Skip to content

Fast repeated saving of the image without quitting wrecks the system #97

Open
@codeZeilen

Description

@codeZeilen

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    base system[SCOPE] Squeak's basic (language) concerns such as Kernel, Collections, Graphics, Networkbug[WHAT] Something isn't working as expected. Automated tests beneficial. :-

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions