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 596509 - Widgets with deps in clipboard cause critical on exit
Widgets with deps in clipboard cause critical on exit
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: Sheet Objects
git master
Other All
: Normal normal
: ---
Assigned To: Jody Goldberg
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2009-09-27 15:21 UTC by Morten Welinder
Modified: 2009-09-28 17:02 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Morten Welinder 2009-09-27 15:21:50 UTC
1. Create checkbox/radbiobutton widget.
2. Configure it to link to A1.
3. Copy.
4. Paste somewhere
5. Exit.

** (/home/welinder/gnome/gnumeric/src/.libs/gnumeric:14508): CRITICAL **: parse_pos_init_sheet: assertion `IS_SHEET (sheet)' failed

The problem is related to something wanting a clipboard copy on exit.

  • #0 g_log
    from /usr/lib/libglib-2.0.so.0
  • #1 g_return_if_fail_warning
    from /usr/lib/libglib-2.0.so.0
  • #2 parse_pos_init_sheet
    at position.c line 226
  • #3 sax_write_dep
    at sheet-object-widget.c line 223
  • #4 sheet_widget_radio_button_write_xml_sax
    at sheet-object-widget.c line 2481
  • #5 xml_write_objects
    at xml-sax-write.c line 1122
  • #6 gnm_cellregion_to_xml
    at xml-sax-write.c line 1470
  • #7 x_clipboard_get_cb
    at gui-clipboard.c line 726

Comment 1 Andreas J. Guelzow 2009-09-27 16:44:27 UTC
Same problem with slider, spinbutton,...

It does not happen with graphs though!
Comment 2 Morten Welinder 2009-09-28 17:02:27 UTC
Fixed.