GNOME Bugzilla – Bug 567783
xl_chart_read_axesused critical after multiple exports
Last modified: 2009-01-16 14:14:46 UTC
Version: r17067 OS: Ubuntu Intrepid Steps to reproduce: - ssconvert gnumeric/samples/chart-polar-unit-tests.gnumeric /tmp/a.xls - ssconvert /tmp/a.xls /tmp/b.xls - gnumeric /tmp/b.xls Console output (after the last step): CRITICAL **: xl_chart_read_axesused: assertion `1 <= num_axis && num_axis <= 2' failed CRITICAL **: xl_chart_read_axesused: assertion `1 <= num_axis && num_axis <= 2' failed CRITICAL **: xl_chart_read_axesused: assertion `1 <= num_axis && num_axis <= 2' failed Backtrace: Breakpoint 1, 0xb6fa6926 in g_log () from /usr/lib/libglib-2.0.so.0 (gdb) bt
+ Trace 211555
$1 = 0
Hmm, I'm not able to reproduce after a new compilation. We might replace this g_return by a XL_CHECK_CONDITION_VAL.
Jean fixed this: http://svn.gnome.org/viewvc/gnumeric?view=revision&revision=17068
The critical is fixed, but this does not tell me how we could export a bad value.
Created attachment 126560 [details] my a.xls
Created attachment 126561 [details] my b.xls
gnumeric will not export invalid axesused fields :-)