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 594862 - Null pointer crash in gnm_so_filled_draw_cairo when printing
Null pointer crash in gnm_so_filled_draw_cairo when printing
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: Printing
git master
Other All
: Normal critical
: ---
Assigned To: Andreas J. Guelzow
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2009-09-11 09:51 UTC by sum1
Modified: 2009-09-11 12:44 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description sum1 2009-09-11 09:51:49 UTC
Steps to reproduce:
- ssconvert gnumeric/samples/file-format.gnumeric /tmp/foo.pdf


Backtrace:

Program received signal SIGSEGV, Segmentation fault.

Thread 3066337040 (LWP 9796)

  • #0 gnm_so_filled_draw_cairo
    at gnm-so-filled.c line 261
  • #1 sheet_object_draw_cairo
    at sheet-object.c line 581
  • #2 gnm_print_sheet_objects
    at print.c line 181
  • #3 print_page_cells
    at print.c line 198
  • #4 print_page
    at print.c line 572
  • #5 gnm_draw_page_cb
    at print.c line 1286
  • #6 ??
    from /usr/lib/libgtk-x11-2.0.so.0
  • #7 IA__g_closure_invoke
    at /build/buildd/glib2.0-2.20.1/gobject/gclosure.c line 767
  • #8 signal_emit_unlocked_R
    at /build/buildd/glib2.0-2.20.1/gobject/gsignal.c line 3247
  • #9 IA__g_signal_emit_valist
    at /build/buildd/glib2.0-2.20.1/gobject/gsignal.c line 2980
  • #10 IA__g_signal_emit
    at /build/buildd/glib2.0-2.20.1/gobject/gsignal.c line 3037
  • #11 ??
    from /usr/lib/libgtk-x11-2.0.so.0
  • #12 ??
    from /usr/lib/libgtk-x11-2.0.so.0
  • #13 ??
    from /usr/lib/libgdk-x11-2.0.so.0
  • #14 g_idle_dispatch
    at /build/buildd/glib2.0-2.20.1/glib/gmain.c line 3922
  • #15 IA__g_main_context_dispatch
    at /build/buildd/glib2.0-2.20.1/glib/gmain.c line 1814
  • #16 g_main_context_iterate
    at /build/buildd/glib2.0-2.20.1/glib/gmain.c line 2448
  • #17 IA__g_main_loop_run
    at /build/buildd/glib2.0-2.20.1/glib/gmain.c line 2656
  • #18 ??
    from /usr/lib/libgtk-x11-2.0.so.0
  • #19 gtk_print_operation_run
    from /usr/lib/libgtk-x11-2.0.so.0
  • #20 gnm_print_sheet
    at print.c line 1606
  • #21 pdf_write_workbook
    at print-info.c line 722
  • #22 go_file_saver_save_real
    at file.c line 443
  • #23 go_file_saver_save
    at file.c line 705
  • #24 wbv_save_to_output
    at workbook-view.c line 972
  • #25 wb_view_save_to_uri
    at workbook-view.c line 1009
  • #26 wb_view_save_as
    at workbook-view.c line 1045
  • #27 convert
    at ssconvert.c line 534
  • #28 main
    at ssconvert.c line 601

Comment 1 Morten Welinder 2009-09-11 12:44:49 UTC
fixed.