GNOME Bugzilla – Bug 555757
Null pointer crash in gog_contour_view_render()
Last modified: 2008-10-10 09:19:00 UTC
Version: r2231 OS: Ubuntu Hardy Steps to reproduce: - Import gnumeric/samples/chart-tests.gnumeric - Select the "Contour" sheet - Select columns E through L - Press Delete - Select columns B and C - Press Delete - Select column D - Press Delete to crash Gnumeric Backtrace: Program received signal SIGSEGV, Segmentation fault.
+ Trace 207984
Thread 3061660256 (LWP 30004)
Thanks for reporting. The surface plots might be affected too.
Just added if (!data) return; and no more crash. Surface plots were also affected.