GNOME Bugzilla – Bug 483382
Segfault when closing search dialog with ESC
Last modified: 2008-02-05 16:43:46 UTC
Hi, gconf-editor 2.20.0 (which is not yet tagged in SVN btw...) crashes when closing the search dialog with ESC after one has search for something. Attached patch fixes this at least for me, problem seems to be that there are two weak pointers on that address, one as seen in the patch and one from gconf-editor-window.c. The one that is removed with this patch doesn't make much sense anyway IMHO. Ok to commit? Bye
Created attachment 96639 [details] [review] gconf-search-crash.diff Btw, Debian bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=445259
Just for the record, the segfault happens after gtk_widget_destroy() in gconf_search_dialog_response() is called (a second time for the single ESC btw and it's only called once after my patch). The backtrace isn't that useful though... Program received signal SIGSEGV, Segmentation fault.
+ Trace 167721
Thread NaN (LWP 21593)
Ok, fixed in trunk...