Leyart / aseprite

Automatically exported from code.google.com/p/aseprite
0 stars 0 forks source link

Crash on quit with multiple viewports open #298

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create one or more split views
2. Quit.

What is the expected output? What do you see instead?
It's a hard crash, something with vectors, windows traps the exception before 
the debugger does.

Please use labels and text to provide additional information.
Exception occurs within app/ui/workspace_part.cpp

Triggering a debug assertion in the MSVC STL, the iterator that is supposed to 
be used to delete the view is at memory 0xfdfdfdfd which is apparently a MSVC 
debugging magic value for... bad things happening.

v0.9.6-dev (clean)

Original issue reported on code.google.com by DocHoncho@gmail.com on 30 Nov 2013 at 7:31

GoogleCodeExporter commented 9 years ago

Original comment by davidcapello on 6 Jan 2014 at 1:56

GoogleCodeExporter commented 9 years ago

Original comment by davidcapello on 26 Jan 2014 at 10:55

GoogleCodeExporter commented 9 years ago

Original comment by davidcapello on 26 Jan 2014 at 10:55

GoogleCodeExporter commented 9 years ago
Fixed: 
https://github.com/aseprite/aseprite/commit/c2e50acb0baf62c53c8dd14a07dcd5bcbdcd
4318

Original comment by davidcapello on 26 Jan 2014 at 2:23