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

>
>
>
> On Thu, Jul 31, 2014 at 10:53 PM, Blondeau Vincent <
> vincent.blond...@worldline.com> wrote:
>
>>
>>
>>
>>
>> *De :* Pharo-dev [mailto:pharo-dev-boun...@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

Reply via email to