After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 156047 - Crash after closing document window
Crash after closing document window
Status: RESOLVED DUPLICATE of bug 156706
Product: dia
Classification: Other
Component: win32
0.94
Other Windows
: Normal normal
: ---
Assigned To: Steffen Macke
Dia maintainers
Depends on:
Blocks:
 
 
Reported: 2004-10-21 10:34 UTC by danny
Modified: 2006-01-21 13:31 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description danny 2004-10-21 10:34:22 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
Comment 1 Hans Breuer 2006-01-21 13:31:49 UTC
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 ***