GNOME Bugzilla – Bug 150530
Insert comment - save - crash
Last modified: 2004-12-22 21:47:04 UTC
New gnumeric. Insert a comment in A1. Save. It segfaults. (gdb) bt
+ Trace 49464
In which format are you saving, which comment are you inserting? (I can't replicate this problem.)
Saving with the SAX exporter. That's important. Author is NULL. The old exporter would call xmlSetProp with value NULL, libxml2 simply ignores that. gsf_xml_out_add_cstr crashes on NULL values. Reassign to libgsf?
*** Bug 150839 has been marked as a duplicate of this bug. ***
Patched in gsf, with a gnumeric work around to avoid requiring cvs gsf