GNOME Bugzilla – Bug 324265
crash when opening "Toolbars" dialog.
Last modified: 2005-12-16 16:19:01 UTC
Edit->Toolbars. crash!
Backtrace was generated from '/opt/gnome2head/bin/epiphany' Using host libthread_db library "/lib/tls/libthread_db.so.1". `system-supplied DSO at 0xffffe000' has disappeared; keeping its symbols. [Thread debugging using libthread_db enabled] [New Thread -1230243616 (LWP 29668)] [New Thread -1274012752 (LWP 29685)] [New Thread -1265624144 (LWP 29684)] [New Thread -1256207440 (LWP 29672)] [New Thread -1239282768 (LWP 29671)] 0xb6df9231 in __waitpid_nocancel () from /lib/tls/libpthread.so.0
+ Trace 64643
Thread 1 (Thread -1230243616 (LWP 29668))
Created attachment 56068 [details] [review] fix The refered image was removed and now epiphany uses a GDK stock image. Attached patch fixes the crash. Ok to commit?
Thanks for the patch, please commit!
Fixed in HEAD: 2005-12-16 Claudio Saavedra <csaavedra@alumnos.utalca.cl> * lib/egg/egg-editable-toolbar.c: (configure_item_cursor): Use a gtk stock cursor (GDK_HAND2) instead of already removed image. Fixes bug #324265.