buixuanan / fritzing

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

Editing parts crashes Fritzing on Mac OS X #2924

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1. In schematic view.
2. Created 8 pin dip.
3. Right click, Edit new part.
4. Changed connectors to 5 pins.
5. Started changing stuff in metadata like title, author, label. Removed tags.
6. Decided I didn't want part, click red close button in upper left corner.
7. Do you want to save the changes you made in the part "YEV09T10"?
8. Clicked Don't save, crashed.
9. Doesn't seem like I can reproduce this consistently, but sometimes when I 
edit a part and push don't save it just crashes.

Attached is the crash report from OS X.

Original issue reported on code.google.com by jacob.fe...@gmail.com on 19 Feb 2014 at 4:17

Attachments:

GoogleCodeExporter commented 9 years ago
Issue 2933 has been merged into this issue.

Original comment by irasc...@gmail.com on 7 May 2014 at 6:13

GoogleCodeExporter commented 9 years ago
ra6783efcba04. Crash report provided the clue that the problem occurred in 
CommandTimer. The CommandTimer, which was started by the undostack, was trying 
to access the undoStack at timeout, but the stack had been deleted when the 
window was closed. Solution was to kill any remaining timers on closing the 
undo stack. The bug would only occur if the user went directly from typing in 
the text box to the close button, because the click-away launched the event 
that triggered the timer.

Original comment by irasc...@gmail.com on 7 May 2014 at 6:29

GoogleCodeExporter commented 9 years ago
Issue has moved to new issue tracker at github. Please continue the discussion 
at https://github.com/fritzing/fritzing-app/issues

Original comment by andre.knoerig@gmail.com on 23 Sep 2014 at 3:44