Re: [Pharo-users] Pharo7, consistent image freeze/deadlock on snapshotAndQuit

2018-10-06 Thread Ben Coman
> > On 26 July 2018 at 00:46, Johan Brichau wrote: > > Hi, > > > > I ran into a freeze issue when trying to save and/or quit an image after > loading Seaside3 and Zinc (not an infrequent combination :) > > > > The cause seems to be that terminating processes in a `shutDown` handler > (called on im

Re: [Pharo-users] Pharo7, consistent image freeze/deadlock on snapshotAndQuit

2018-07-26 Thread Ben Coman
I don't have a total answer, but can confirm the problem and help characterize it. First, great test-snippet. Really nice and concise. On Windows it indeed freezes my Pharo 7 image when saving the image. It doesn't freeze Pharo 6. It doesn't freeze if the test-processes are not terminated. It d

[Pharo-users] Pharo7, consistent image freeze/deadlock on snapshotAndQuit

2018-07-25 Thread Johan Brichau
Hi, I ran into a freeze issue when trying to save and/or quit an image after loading Seaside3 and Zinc (not an infrequent combination :) The cause seems to be that terminating processes in a `shutDown` handler (called on image shutdown / snapshot) leads to a deadlock (somewhere). Both Comet and