GNOME Bugzilla – Bug 156047
Crash after closing document window
Last modified: 2006-01-21 13:31:49 UTC
If you have two instances of dia running, then closed the last diagram in the second instance (document window)(containing UML classes and links) and then selected its toolbox window (leaving the other instance running). This cause a crash in the second instance (the first is still running happily): App:dia.exe ModName:uml.dll Offset: a29a Exception Info: Code: 0xc0000005 Flags: 0x00000000 Record: 0x00000000 Address:0x014aa29a Module 1: dia.exe Image base: 0x0040000 Image Size:0x00000000 Checksum: 0x0000000 Time Stamp:0x41271500 Module 79: uml.dll Image Base: 0x014a0000 Image Size:0x0000000 Checksum: 0x00000000 Time Stamp:0x41262d17 No version info. Thread 1: Thread ID: 0x000009ac Context: EDI: 0x7ffdf000 ESI: 0x00000000 EAX: 0x02580000 EBX: 0x0012a854 ECX: 0x00001000EDX: 0x00000000 EIP: 0x7ffe0304 EBP: 0x0012a8a8SegCs: 0x0000001b Eflags: 0x00000202 ESP: 0x0012a80c SegSs: 0x00000023 This may be related to bug 155924
There is a bunch of changes/fixes to UML in cvs. This one is probably fixed by: 2004-10-31 Lars Clausen <lars@raeder.dk> * objects/UML/class_dialog.c (attributes_list_selection_changed_callback): Don't try to update the widgets after they're destroyed. Fixes bug #156706 (I think). *** This bug has been marked as a duplicate of 156706 ***