Help! Recovering/editing a buggy .image

Daniel B. Faken faken at cascv.brown.edu
Thu Jan 27 16:23:32 UTC 2005


Hi all,

  I managed to save an image with a process running that causes a 
segfault:
%squeak ./Croquet0.1.image tst.st

Segmentation fault

-1199407560 [] in SDLayer class>nextEvent:
-1199407688 Integer>timesRepeat:
-1199407780 SDLayer class>nextEvent:
-1199407872 SDLayer class>checkEvents:
-1200100432 [] in UndefinedObject>?
-1200100340 [] in BlockContext>newProcess
Abort

(tst.st was my attempt to have a script run first)

How can I 'edit' the image to remove this process (or at least change the 
nextEvent: method so it doesn't crash)?

thanks,
Daniel





More information about the Squeak-dev mailing list