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 630335 - crash on ssconvert ods -> pdf
crash on ssconvert ods -> pdf
Status: RESOLVED DUPLICATE of bug 144787
Product: Gnumeric
Classification: Applications
Component: Printing
git master
Other Linux
: Normal normal
: ---
Assigned To: Andreas J. Guelzow
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2010-09-22 13:52 UTC by Andreas J. Guelzow
Modified: 2010-09-22 14:15 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
sample file (4.59 KB, application/vnd.oasis.opendocument.spreadsheet)
2010-09-22 13:55 UTC, Andreas J. Guelzow
Details

Description Andreas J. Guelzow 2010-09-22 13:52:33 UTC
Running ssconvert with the attached ods file as input and pdf as output yields a crash:

Program received signal SIGSEGV, Segmentation fault.
0x0027803e in sheet_widget_draw_cairo (so=0x80ae090, cr=0x815d5a8, width=21, 
    height=113.25) at sheet-object-widget.c:3336
3336		if ((sow->so.realized_list->data != NULL)) {
(gdb) bt
  • #0 sheet_widget_draw_cairo
    at sheet-object-widget.c line 3336
  • #1 sheet_object_draw_cairo
    at sheet-object.c line 686
  • #2 gnm_print_sheet_objects
    at print.c line 182
  • #3 print_page_cells
    at print.c line 199
  • #4 print_page
    at print.c line 582
  • #5 gnm_draw_page_cb
    at print.c line 1312
  • #6 _gtk_marshal_VOID__OBJECT_INT
    at /build/buildd/gtk+2.0-2.20.1/gtk/gtkmarshalers.c line 2114
  • #7 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #8 ??
    from /usr/lib/libgobject-2.0.so.0
  • #9 g_signal_emit_valist
    from /usr/lib/libgobject-2.0.so.0
  • #10 g_signal_emit
    from /usr/lib/libgobject-2.0.so.0
  • #11 common_render_page

Comment 1 Andreas J. Guelzow 2010-09-22 13:55:01 UTC
Created attachment 170837 [details]
sample file
Comment 2 Morten Welinder 2010-09-22 14:03:27 UTC
We probably haven't realized any widgets when running from the command
line.
Comment 3 Andreas J. Guelzow 2010-09-22 14:13:35 UTC
I have fixed the crash but we are not printing the sheet object when using ssconvert.
Comment 4 Andreas J. Guelzow 2010-09-22 14:15:23 UTC

*** This bug has been marked as a duplicate of bug 144787 ***