GNOME Bugzilla – Bug 727285
Crash when opening .gnumeric file
Last modified: 2014-03-29 08:28:31 UTC
Created attachment 273216 [details] The file that crashes gnumeric upon opening Opening the attached .gnumeric file immediately crashes gnumeric.
Here's a stack trace (Ubuntu saucy everything current, gnumeric 1.12.6) Program received signal SIGSEGV, Segmentation fault. scg_find_pane (pos=0x555555781adc, scg=0x555555ea1930) at sheet-control-gui.c:3705 3705 sheet-control-gui.c: No such file or directory. (gdb) bt
+ Trace 233410
It crashes because scg->pane[1] is NULL: (gdb) print scg->pane $5 = {0x555555fce100, 0x0, 0x0, 0x555555fce3e0}
I'm unable to reproduce with current trunk. Which exact version are you running?
*** This bug has been marked as a duplicate of bug 707047 ***