Omnibase forgetAllGrabcommandsFrom: problem

Cees de Groot cg at cdegroot.com
Tue Jul 1 18:00:37 UTC 2003


On Tue, 2003-07-01 at 01:12, Derek Brans wrote:
> This method gets executed when saving and quitting the image.  The
> method seems to enumerate a whole bunch of objects in the image,
> starting at nil.  It eventually gets to an ODBObjectID and then locks
> up, waiting for some semaphore.  This is where I find the thread when
> I interrupt:
>  
You're probably hanging on the seeking semaphore in ODBFileStream. I've
never encountered this in Real Life (only when hacking around), so I
fear that something is fouled up in that image - most likely some
process was unexpectedly killed when inside a #critical: block on the
Semaphore.



More information about the Squeak-dev mailing list