GNOME Bugzilla – Bug 567930
excel chart export criticals
Last modified: 2009-01-16 15:57:42 UTC
Version: r17071 OS: Ubuntu Intrepid Steps to reproduce: - Download Attachment 86622 [details] (.gnumeric file) from Bug 431256 - ssconvert 86622.gnumeric /tmp/foo.xls Console output: CRITICAL **: gnm_go_data_get_expr: assertion `dep != NULL' failed CRITICAL **: gnm_expr_top_get_range: assertion `IS_GNM_EXPR_TOP (texpr)' failed CRITICAL **: gnm_expr_top_get_constant: assertion `IS_GNM_EXPR_TOP (texpr)' failed Backtrace (at first critical): Breakpoint 1, 0xb70d4926 in g_log () from /usr/lib/libglib-2.0.so.0 (gdb) bt
+ Trace 211578
Looks like we sometimes use GOData* when importing data from xl, but are unable to export them. I'll commit a fix later today (hopefully).
Fixed in trunk, thanks for reporting.