GNOME Bugzilla – Bug 326360
crash when opening the run dialog and typing then pressing backspace a few times
Last modified: 2006-01-11 21:25:51 UTC
Backtrace was generated from '/opt/gnome/bin/gnome-panel' Using host libthread_db library "/lib/libthread_db.so.1". `shared object read from target memory' has disappeared; keeping its symbols. [Thread debugging using libthread_db enabled] [New Thread -1208281424 (LWP 20661)] [New Thread -1217168480 (LWP 20664)] 0x00cef402 in __kernel_vsyscall ()
+ Trace 65074
Thread 1 (Thread -1208281424 (LWP 20661))
I think this should fix it. Can you try to reproduce with this patch? (I could not reproduce without it, so...) 2006-01-11 Vincent Untz <vuntz@gnome.org> * panel-run-dialog.c: (entry_changed): remove the idle source looking for an icon if there's no text in the entry. Fix crasher in bug #326360 (caused by a critical warning)