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 688047 - Crash on opening xls file
Crash on opening xls file
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: Charting
git master
Other Linux
: Normal critical
: ---
Assigned To: Jean Bréfort
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2012-11-10 16:54 UTC by Andreas J. Guelzow
Modified: 2012-11-10 19:37 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
sample file causing the crash (804.00 KB, application/vnd.ms-excel)
2012-11-10 16:54 UTC, Andreas J. Guelzow
Details

Description Andreas J. Guelzow 2012-11-10 16:54:54 UTC
Created attachment 228639 [details]
sample file causing the crash

This is https://bugzilla.redhat.com/show_bug.cgi?id=858888

Opening the attached file yields to criticals and a crash:
(gnumeric:12464): gnumeric:read-WARNING **: EXCEL: unhandled excel object of type MS Drawing (0x1e) id = 687.

(gnumeric:12464): gnumeric:read-WARNING **: EXCEL: unhandled excel object of type MS Drawing (0x1e) id = 688.

(gnumeric:12464): gnumeric:read-WARNING **: EXCEL: unhandled excel object of type MS Drawing (0x1e) id = 689.

(gnumeric:12464): gnumeric:read-WARNING **: EXCEL: unhandled excel object of type MS Drawing (0x1e) id = 690.

Program received signal SIGSEGV, Segmentation fault.
0xb7a26d81 in goc_canvas_get_root (canvas=0xfff) at canvas/goc-canvas.c:342
342		g_return_val_if_fail (GOC_IS_CANVAS (canvas), NULL);
(gdb) bt
  • #0 goc_canvas_get_root
    at canvas/goc-canvas.c line 342
  • #1 go_emf_header
    at utils/go-emf.c line 2546
  • #2 go_emf_parse
    at utils/go-emf.c line 4442
  • #3 go_emf_new_from_data
    at utils/go-emf.c line 274
  • #4 go_image_new_from_data
    at utils/go-image.c line 646
  • #5 sheet_object_image_set_image
    at sheet-object-image.c line 149
  • #6 ms_sheet_realize_obj
    at ms-excel-read.c line 679
  • #7 ms_container_realize_objs
    at ms-container.c line 167
  • #8 excel_read_BOF
    at ms-excel-read.c line 6967
  • #9 excel_read_workbook
    at ms-excel-read.c line 7056
  • #10 excel_enc_file_open
    at boot.c line 192
  • #11 excel_file_open
    at boot.c line 249
  • #12 go_plugin_loader_module_func_file_open
    at app/go-plugin-loader-module.c line 282
  • #13 go_plugin_file_opener_open
    at app/go-plugin-service.c line 685
  • #14 go_file_opener_open
    at app/file.c line 359
  • #15 workbook_view_new_from_input
    at workbook-view.c line 1271
  • #16 workbook_view_new_from_uri
    at workbook-view.c line 1331
  • #17 gui_file_read
    at gui-file.c line 117

Comment 1 Jean Bréfort 2012-11-10 19:37:44 UTC
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.