GNOME Bugzilla – Bug 581120
Null pointer crash in render_val
Last modified: 2009-05-02 20:56:50 UTC
OS: Ubuntu Jaunty Version: fe98f51f48e0be038317cb664730afb7ff4b3a16 (goffice) Steps to reproduce: - Download Attachment 17466 [details] (.xls file from Bug 114958) - gnumeric 17466.xls Console output: GLib-GObject-WARNING **: IA__g_object_set_valist: invalid object type `GOStyle' for value type `GogStyle' GLib-GObject-WARNING **: IA__g_object_set_valist: invalid object type `GOStyle' for value type `GogStyle' Backtrace: Program received signal SIGSEGV, Segmentation fault.
+ Trace 215034
Thread 3065513744 (LWP 24778)
Created attachment 133828 [details] [review] fixes the crash There are tow things there: the style warning that I must fix, but which is not harmful, and a call to render_val with a NULL value (I checked this call occurs several times with expressions such as גיליון1!$D$1; at first the value is NULL, and the last time it is not).
Fixed.