GNOME Bugzilla – Bug 671202
EOG crashes on dragging icon to toolbar
Last modified: 2012-03-04 14:15:48 UTC
DistroRelease: Ubuntu 12.04 Package: eog 3.3.90-0ubuntu1 To reproduce: 1) Start eog 2) Open 'Edit - Toolbar' 3) Drag any icon to toolbar Result: Eog crashes with SIGSEV in action_sensitive_cb() at egg-editable-toolbar.c:611 Expected: Icon is dragged to toolbar
+ Trace 229781
This bug was originally filed at https://bugs.launchpad.net/ubuntu/+source/eog/+bug/942959
Uh oh. This is hopefully not some hard-to-debug object lifetime issue. :(
Fixed by cherry-picking the fix used by Evince for the same problem. commit c7549594ed526151c3b22668c0cee74f5937ba7a Author: Carlos Garcia Campos <> Date: Mon Feb 6 17:08:37 2012 +0000 toolbar-editor: Fix a crash when dropping an item to the toolbar action_sensitive_cb can be called with the dnd tool item when it doesn't have an ancestor. (Cherry-picked from Evince to eog to fix bug #671202) https://bugzilla.gnome.org/show_bug.cgi?id=671202 --- This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.