On Thu, Jul 31, 2014 at 11:21 PM, Eliot Miranda <eliot.miranda@gmail.com> wrote:



On Thu, Jul 31, 2014 at 10:53 PM, Blondeau Vincent <vincent.blondeau@worldline.com> wrote:

��

��

De��: Pharo-dev [mailto:pharo-dev-bounces@lists.pharo.org] De la part de stepharo
Envoy����: jeudi 31 juillet 2014 22:55
����: Pharo Development List
Objet��: Re: [Pharo-dev] Pharo image corruption and fatal VM error with Roassal

��

vincent

you can take an image/change copy
your change as the change of the new image
and do recovery last changes and you get all your changes back.

Ok that is cool. But the things that I wrote in the Workspace, I can���t get them back?


try e.g. strings - foo.image | tr \\015 \\012 | grep. ��Or load the image in the VM simulator and search. ��Or load the image in gdb and search.

they're in there somewhere. ��just takes some digging.

or have you tried starting up the image headless and searching using a filein?

pharovm -headless myimage.image script.st

where script.st does something along the lines of ByteString allInstancesDo: [:s| ('*foo*' match: s) ifTrue: [...
--
Aloha,
Eliot