GNOME Bugzilla – Bug 586066
Null pointer crash in gnm_so_filled_write_xml_sax
Last modified: 2009-06-17 01:11:40 UTC
Steps to reproduce: - Download Attachment 21725 [details] (.xls file from Bug 127756) - ssconvert attachment.xls /tmp/foo.gnumeric Backtrace: Program received signal SIGSEGV, Segmentation fault.
+ Trace 216036
Thread 3066476304 (LWP 3862)
In gnm_so_filled_init we have: sof->text = g_strdup (""); /* If we initialize with NULL, the canvas item */ /* does not react on changes */ So it would be nice to know who is changing sof->text to NULL.
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.