GNOME Bugzilla – Bug 424862
crash in Dia Diagram Editor: I was trying to open the...
Last modified: 2007-11-04 14:04:51 UTC
Version: @0.96.1@ What were you doing when the application crashed? I was trying to open the file /opt/gnome/share/dia/shapes/Cisco/1000.shape Distribution: SuSE Linux 9.3 (i586) Gnome Release: 2.18.0 2007-03-17 (SUSE) BugBuddy Version: 2.18.0 System: Linux 2.6.11.4-21.14-mykernel #4 Sun Oct 15 13:54:29 GMT-2 2006 i686 X Vendor: The X.Org Foundation X Vendor Release: 60802000 Selinux: No Accessibility: Disabled GTK+ Theme: Clearlooks Icon Theme: ximian-south Memory status: size: 53403648 vsize: 53403648 resident: 41578496 share: 14450688 rss: 41578496 rss_rlim: 4294967295 CPU usage: start_time: 1175349052 rtime: 776 utime: 710 stime: 66 cutime:0 cstime: 0 timeout: 0 it_real_value: 0 frequency: 100 Backtrace was generated from '/opt/gnome/bin/dia' Using host libthread_db library "/lib/tls/libthread_db.so.1". [Thread debugging using libthread_db enabled] [New Thread 1090558208 (LWP 26809)] 0x40b20dce in __waitpid_nocancel () from /lib/tls/libpthread.so.0
+ Trace 123817
Thread 1 (Thread 1090558208 (LWP 26809)): #-1 0x40b20dce in __waitpid_nocancel () from /lib/tls/libpthread.so.0 No symbol table info available. #-1 0x40b20dce in __waitpid_nocancel () from /lib/tls/libpthread.so.0 ----------- .xsession-errors (58 sec old) --------------------- xscreensaver: 14:48:15: 0: unrecognised ClientMessage "_NET_ACTIVE_WINDOW" received xscreensaver: 14:48:15: 0: for window 0x2800003 (medit / medit) Vielen Dank, dass Sie Dia einsetzen. xscreensaver: 15:03:58: 0: unrecognised ClientMessage "_NET_WM_STATE" received xscreensaver: 15:03:58: 0: for window 0x1c09419 (Gecko / Firefox-bin) Vielen Dank, dass Sie Dia einsetzen. (gnome-terminal:26578): Gdk-CRITICAL **: gdk_pixmap_foreign_new_for_display: assertion `(anid != 0)' failed sys:1: Warning: g_object_unref: assertion `G_IS_OBJECT (object)' failed Vielen Dank, dass Sie Dia einsetzen. xscreensaver: 15:40:07: PAM: brk grew by 4K. (gnome-terminal:26797): Gdk-CRITICAL **: gdk_pixmap_foreign_new_for_display: assertion `(anid != 0)' failed sys:1: Warning: g_object_unref: assertion `G_IS_OBJECT (object)' failed Vielen Dank, dass Sie Dia einsetzen. --------------------------------------------------
When I try to start Dia with it or open it from the toolbox, I get an error that it's not a Dia file. But if I try to open from the diagram, it crashes.
Can't reproduce a crash, not even the g_warnings(). It would be useful to have a stack trace of the issue from Dia started with 'dia --g-fatal-warnings' when you can reproduce.
'--g-fatal-warnings' is an unknown option, I guess I will have to recompile dia with '--enable-debug=yes'. When I start dia with --verbose, I get this message: Cahirsiveen:/opt/gnome/bin # ./dia --verbose dia: diagram.c:107: diagram_finalize: Zusicherung »dia->displays==((void *)0)« nicht erfüllt. Zusicherung = confirmation/ warranty nicht erfüllt = not true/ not fulfilled Does this help? Regards, Stefan
Looking once more a stack trace this seems to be the same as: 2007-10-27 Hans Breuer <hans@breuer.org> * app/diagram.c(diagram_load) : don't kill the default diagram on import failure. Fixes bug #490546 *** This bug has been marked as a duplicate of 490546 ***