GNOME Bugzilla – Bug 702868
crash on exit
Last modified: 2013-06-24 02:28:23 UTC
Created attachment 247525 [details] sample file new gnumeric open the attached file select B1 copy select B2 paste save save as ODF 1.2 extended quit boom: Program received signal SIGSEGV, Segmentation fault. 0xb7d1b694 in x_clipboard_get_cb (gclipboard=0x8213418, selection_data=0xbfffe690, info=0, app=0x8122278) at gui-clipboard.c:925 925 Workbook *wb = clipboard->origin_sheet->workbook; (gdb) bt
+ Trace 232127
I am classifying it as 'General' since I see no odf import in the trace. I also have at the time of the crash: (gdb) p clipboard->origin_sheet $2 = (Sheet *) 0x0
If I enable clipboard debugging I see just before the crash: clipboard target=UTF8_STRING ** Message: clipboard text of 16 bytes Handing off clipboard clipboard target=UTF8_STRING Program received signal SIGSEGV, Segmentation fault. 0xb7d1b694 in x_clipboard_get_cb (gclipboard=0x8268100, selection_data=0xbfffe670, info=0, app=0x8122278) at gui-clipboard.c:925 925 Workbook *wb = clipboard->origin_sheet->workbook;
Created attachment 247526 [details] [review] proposed patch
I don't see this, but the patch looks harmless.
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.