After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 567930 - excel chart export criticals
excel chart export criticals
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: import/export MS Excel (tm)
git master
Other All
: Normal normal
: ---
Assigned To: Jody Goldberg
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2009-01-16 00:00 UTC by sum1
Modified: 2009-01-16 15:57 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description sum1 2009-01-16 00:00:29 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
  • #0 g_log
    from /usr/lib/libglib-2.0.so.0
  • #1 g_return_if_fail_warning
    from /usr/lib/libglib-2.0.so.0
  • #2 gnm_go_data_get_expr
    at graph.c line 181
  • #3 chart_write_AI
    at ms-chart.c line 4142
  • #4 chart_write_text
    at ms-chart.c line 4241
  • #5 ms_excel_chart_write
    at ms-chart.c line 5859
  • #6 excel_write_chart_v8
    at ms-excel-write.c line 4018
  • #7 excel_write_objs_v8
    at ms-excel-write.c line 4854
  • #8 excel_write_sheet
    at ms-excel-write.c line 4939
  • #9 excel_write_workbook
    at ms-excel-write.c line 5679
  • #10 excel_write_v8
    at ms-excel-write.c line 5729
  • #11 excel_save
    at boot.c line 273
  • #12 excel_dsf_file_save
    at boot.c line 308
  • #13 go_plugin_loader_module_func_file_save
    at go-plugin-loader-module.c line 323
  • #14 go_plugin_file_saver_save
    at go-plugin-service.c line 749
  • #15 go_file_saver_save
    at file.c line 705
  • #16 wbv_save_to_output
    at workbook-view.c line 850
  • #17 wbv_save_to_uri
    at workbook-view.c line 887
  • #18 wb_view_save_as
    at workbook-view.c line 923
  • #19 convert
    at ssconvert.c line 336
  • #20 main
    at ssconvert.c line 401

Comment 1 Jean Bréfort 2009-01-16 11:05:25 UTC
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).
Comment 2 Jean Bréfort 2009-01-16 14:14:11 UTC
Fixed in trunk, thanks for reporting.