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 703949 - Segfault in go_image_get_pixbuf when exporting to xls
Segfault in go_image_get_pixbuf when exporting to xls
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: import/export MS Excel (tm)
git master
Other Linux
: Normal critical
: ---
Assigned To: Jody Goldberg
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2013-07-10 13:58 UTC by jutaky
Modified: 2013-07-10 15:05 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description jutaky 2013-07-10 13:58:20 UTC
Segfault in go_image_get_pixbuf when exporting to xls.

Git versions of glib, goffice, gnumeric, libgsf and libxml2.

Test case: http://jutaky.com/fuzzing/gnumeric_case_8407_4552_2xls.gnumeric

Segfault triggered by opening the test case with gnumeric and using Save As and saving as xls.

Alternatively running "ssconvert gnumeric_case_8407_4552_2xls.gnumeric out.xls".

Backtrace from ssconvert:

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff75467af in go_image_get_pixbuf (image=0x0) at utils/go-image.c:556
556		if (image->pixbuf == NULL)
(gdb) bt
  • #0 go_image_get_pixbuf
    at utils/go-image.c line 556
  • #1 gnm_soi_get_property
    at sheet-object-image.c line 591
  • #2 object_get_property
    at gobject.c line 1300
  • #3 g_object_get_valist
    at gobject.c line 2190
  • #4 g_object_get
    at gobject.c line 2280
  • #5 blipinf_new
    at ms-excel-write.c line 4150
  • #6 excel_sheet_new
    at ms-excel-write.c line 5540
  • #7 excel_write_state_new
    at ms-excel-write.c line 6457
  • #8 excel_save
    at boot.c line 266
  • #9 excel_biff8_file_save
    at boot.c line 322
  • #10 go_plugin_loader_module_func_file_save
    at app/go-plugin-loader-module.c line 366
  • #11 go_plugin_file_saver_save
    at app/go-plugin-service.c line 948
  • #12 go_file_saver_save
    at app/file.c line 848
  • #13 wbv_save_to_output
    at workbook-view.c line 1050
  • #14 wb_view_save_to_uri
    at workbook-view.c line 1087
  • #15 wb_view_save_as
    at workbook-view.c line 1123
  • #16 convert
    at ssconvert.c line 788
  • #17 main
    at ssconvert.c line 855

--
Juha Kylmänen
Research Assistant, OUSPG
Comment 1 Jean Bréfort 2013-07-10 15:05:40 UTC
This problem has been fixed in our software repository. The fix will go into the next software release. Thank you for your bug report.