>
> 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
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
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