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 568991 - compute_group critical
compute_group critical
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: Printing
git master
Other All
: Normal normal
: ---
Assigned To: Andreas J. Guelzow
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2009-01-24 16:13 UTC by sum1
Modified: 2009-01-24 20:07 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
ods file (24.99 KB, application/vnd.oasis.opendocument.spreadsheet)
2009-01-24 16:14 UTC, sum1
Details

Description sum1 2009-01-24 16:13:01 UTC
Version: r17090
OS: Ubuntu Intrepid

The upcoming .ods attachment is from http://bugs.kde.org/show_bug.cgi?id=140576.

Steps to reproduce:
- ssconvert attachment.ods foo.pdf


Console output (warnings ignored):

CRITICAL **: compute_group: assertion `count > 0' failed


Backtrace:

  • #0 g_return_if_fail_warning
    from /usr/lib/libglib-2.0.so.0
  • #1 compute_group
    at print.c line 603
  • #2 paginate
    at print.c line 666
  • #3 compute_sheet_pages
    at print.c line 957
  • #4 gnm_paginate_cb
    at print.c line 1119
  • #5 ??
    from /usr/lib/libgtk-x11-2.0.so.0
  • #6 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #7 ??
    from /usr/lib/libgobject-2.0.so.0
  • #8 g_signal_emit_valist
    from /usr/lib/libgobject-2.0.so.0
  • #9 g_signal_emit
    from /usr/lib/libgobject-2.0.so.0
  • #10 ??
    from /usr/lib/libgtk-x11-2.0.so.0
  • #11 ??
    from /usr/lib/libgdk-x11-2.0.so.0
  • #12 ??
    from /usr/lib/libglib-2.0.so.0
  • #13 g_main_context_dispatch
    from /usr/lib/libglib-2.0.so.0
  • #14 ??
    from /usr/lib/libglib-2.0.so.0
  • #15 g_main_loop_run
    from /usr/lib/libglib-2.0.so.0
  • #16 ??
    from /usr/lib/libgtk-x11-2.0.so.0
  • #17 gtk_print_operation_run
    from /usr/lib/libgtk-x11-2.0.so.0
  • #18 gnm_print_sheet
    at print.c line 1533
  • #19 pdf_write_workbook
    at print-info.c line 720
  • #20 go_file_saver_save_real
    at file.c line 443
  • #21 go_file_saver_save
    at file.c line 705
  • #22 wbv_save_to_output
    at workbook-view.c line 850
  • #23 wbv_save_to_uri
    at workbook-view.c line 887
  • #24 wb_view_save_as
    at workbook-view.c line 923
  • #25 convert
    at ssconvert.c line 336
  • #26 main
    at ssconvert.c line 401

Comment 1 sum1 2009-01-24 16:14:08 UTC
Created attachment 127166 [details]
ods file
Comment 2 Andreas J. Guelzow 2009-01-24 18:16:13 UTC
We should just use g_warning and a return instead of g_return_val_if_fail.
Comment 3 Andreas J. Guelzow 2009-01-24 20:07:43 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.