GNOME Bugzilla – Bug 652689
Crash on saving file with comment to xlsx
Last modified: 2011-06-16 19:21:18 UTC
When trying to save teh attached file to xlsx we first see many criticals: (/home/aguelzow/gnumeric/bin/gnumeric:16525): Pango-CRITICAL **: pango_attr_list_get_iterator: assertion `list != NULL' failed (/home/aguelzow/gnumeric/bin/gnumeric:16525): Pango-CRITICAL **: pango_attr_iterator_get: assertion `iterator != NULL' failed (/home/aguelzow/gnumeric/bin/gnumeric:16525): Pango-CRITICAL **: pango_attr_iterator_get: assertion `iterator != NULL' failed (/home/aguelzow/gnumeric/bin/gnumeric:16525): Pango-CRITICAL **: pango_attr_iterator_get: assertion `iterator != NULL' failed (/home/aguelzow/gnumeric/bin/gnumeric:16525): Pango-CRITICAL **: pango_attr_iterator_get: assertion `iterator != NULL' failed (/home/aguelzow/gnumeric/bin/gnumeric:16525): Pango-CRITICAL **: pango_attr_iterator_get: assertion `iterator != NULL' failed (/home/aguelzow/gnumeric/bin/gnumeric:16525): Pango-CRITICAL **: pango_attr_iterator_get: assertion `iterator != NULL' failed (/home/aguelzow/gnumeric/bin/gnumeric:16525): Pango-CRITICAL **: pango_attr_iterator_get: assertion `iterator != NULL' failed (/home/aguelzow/gnumeric/bin/gnumeric:16525): Pango-CRITICAL **: pango_attr_iterator_range: assertion `iterator != NULL' failed And then a segmentation fault: Program received signal SIGSEGV, Segmentation fault. 0xb6f6701a in strncpy () from /lib/i386-linux-gnu/libc.so.6 (gdb) bt
+ Trace 227491
I suspect that this is due to the fact that we are calling xlsx_write_rich_text with attrs=0x0
Created attachment 190013 [details] sample .gnumeric file
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.