Open
Description
I was able to trigger this issue with a 6.0 and a trunk image by running:
1000 timesRepeat: [
Smalltalk snapshot: true andQuit: false].
The image breaks in different ways. Behaviors I have observed:
- The upper left corner of the world becomes distorted and the image does not react anymore to any input
- Some error happens during the encoding of the image file name (might have been something different, I do not remember that particular situation well). The same error occurs when trying to interact with code in any way (e.g. opening the debugger).
- The image falls back to MVC and opens a large number of debuggers whose content are not visible because they are replacing each other too quickly. The image does not react to input anymore.