GNOME Bugzilla – Bug 326664
Dia crashes when opening navigation window
Last modified: 2006-01-12 00:14:15 UTC
Distribution: Debian 3.1 (sarge) Package: dia Severity: Normal Version: GNOME2.12.2 unspecified Gnome-Distributor: Debian Synopsis: Dia crashes when opening navigation window Bugzilla-Product: dia Bugzilla-Component: general Bugzilla-Version: unspecified BugBuddy-GnomeVersion: 2.0 (2.12.0) Description: Description of the crash: Dia crashes when opening the navigation window for a diagram by clicking on the compass icon. Steps to reproduce the crash: 1. Start dia. An empty diagram appears. 2. Click on the compass icon in the lower right corner ("Pops up Navigation window") 3. Dia crashes. How often does this happen? Repeatable, but sometimes it only crashes on the second try. Additional Information: This appears on stderr: sys:1: Warning: g_object_unref: assertion `G_IS_OBJECT (object)' failed Debugging Information: Backtrace was generated from '/usr/bin/dia' (no debugging symbols found) Using host libthread_db library "/lib/tls/libthread_db.so.1". (no debugging symbols found) [Thread debugging using libthread_db enabled] [New Thread -1223657792 (LWP 5671)] (no debugging symbols found) 0xb74c720e in __waitpid_nocancel () from /lib/tls/libpthread.so.0
+ Trace 65143
Thread 1 (Thread -1223657792 (LWP 5671))
------- Bug created by bug-buddy at 2006-01-12 00:05 -------
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. The bug even is fixed in cvs: 2005-12-27 Hans Breuer <hans@breuer.org> * app/navigation.c : protect on_da_button_release_event() against being called twice. Also only popdown the navigation window after the first draw (reusing nav->is_first_expose). Fixes bug #151696 *** This bug has been marked as a duplicate of 151696 ***