GNOME Bugzilla – Bug 152511
crash when adding a xy plot over a pie plot
Last modified: 2004-12-22 21:47:04 UTC
When an xy plot series is placed over a plot series, gnumeric crashes 1) new gnumeric 2) click on graph guru icon 3) select a pie chart 4) click on forward button 5) slect the chart element in the hiearch 6) Add -> plot -> xyplot -> first sub-type ==> crash gdb gives: ** (gnumeric:4897): CRITICAL **: file gog-axis.c: line 1819 (gog_axis_bound_changed): assertion `GOG_AXIS (axis) != NULL' failed ** (gnumeric:4897): CRITICAL **: file gog-axis.c: line 1819 (gog_axis_bound_changed): assertion `GOG_AXIS (axis) != NULL' failed ** (gnumeric:4897): CRITICAL **: file gog-axis.c: line 723 (gog_axis_map_new): assertion `GOG_AXIS (axis) != NULL' failed ** (gnumeric:4897): CRITICAL **: file gog-axis.c: line 723 (gog_axis_map_new): assertion `GOG_AXIS (axis) != NULL' failed Program received signal SIGSEGV, Segmentation fault.
+ Trace 50096
Thread 1092934432 (LWP 4897)
Commited a fix from Morten. Should not crash anymore, but it does not solve the real problem.
The real problem is we allow user to add incompatible plot to the same chart. See bug: http://bugzilla.gnome.org/show_bug.cgi?id=153144