ObjectMemory snapshot: through gst-remote?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

ObjectMemory snapshot: through gst-remote?

Joachim Jaeckel-2
Hello,

is there a way to create an Image through gst-remote?

I tried it with:
gst-remote --eval "ObjectMemory snapshot: '/home/joe/myimage.im'"

or with
gst-remote --eval 'ObjectMemory snapshot: ''/home/joe/myimage.im'''

or with a script that contains the snapshot Method and than with
gst-remote --file mysnapshotscript.st

And everytime a got an error ...

Is it possible at all?
(I don't know, why not, but maybe there are some reasons...)

Regards,
Joachim.


_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: ObjectMemory snapshot: through gst-remote?

Paolo Bonzini-3
> or with
> gst-remote --eval 'ObjectMemory snapshot: ''/home/joe/myimage.im'''

This has shell syntax problems, but otherwise it should work.  I'll
check it out.

Paolo


_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk