GNOME Bugzilla – Bug 490984
Preference Window Crash
Last modified: 2007-10-30 15:58:14 UTC
There is a segmentation fault when attempting to open the preferences dialog either by File->Preferences or Format->Preferences.
This works for me. Can you produce a stack trace?
Created attachment 98048 [details] Backtrace I can't find debugging symbols for Gnumeric in Ubuntu's repositories, but I did install the GNOME/GTK+/GLib debugging symbol packages. I've attached what gdb tells me.
Not much information there beyond the fact that the crash happens inside a strcmp call. We have quite a few of those. Could you try running gdb by hand: gdb /path/to/gnumeric run # make crash happen where print (char *)$ecx print (char *)$edx print (char *)$ecx-10 print (char *)$edx-10 quit That way we might at least get a hint of what strings it is trying to compare. At least one of them is likely bogus.
Created attachment 98152 [details] gdb output - try to print some strings
Created attachment 98153 [details] gdb output - printing strings again On checking those strings in multiple runs, looks like the first is NULL, the second is "none", the third is generally out of bounds, and the fourth is sort of arbitrary.
Do you know whether you are using gnome/gconf or the non-gnome version?
What exact gnumeric version is this?
Never mind. It is 1.7.11 as seen bu the libspreadsheet version. In that case, the crash has been fixed by some changes that went in just before 1.7.12. 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. *** This bug has been marked as a duplicate of 462906 ***