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 308431 - Consolidate criticals
Consolidate criticals
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: General
git master
Other All
: Normal normal
: ---
Assigned To: Jody Goldberg
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2005-06-20 19:38 UTC by Morten Welinder
Modified: 2005-08-01 22:25 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Morten Welinder 2005-06-20 19:38:53 UTC
* A1:A7 = test1,...,test7.
* B1:B7 = test1,...,test7.
* C1:C7 = 1,...,7
* Select B1:C7.
* Data->Consolidate
--> Gtk-CRITICAL **: gtk_widget_grab_focus: assertion `GTK_IS_WIDGET (widget)'
failed

* Double click to add new range.  Enter "a1:a8".
* Check 'labels in the left column' and 'copy labels'
* "OK".

--> spews loads of criticals.

first one is

  • #3 get_bounding_box
    at consolidate.c line 71
  • #0 g_log
    at gmessages.c line 516
  • #1 g_return_if_fail_warning
    at gmessages.c line 531
  • #2 range_is_sane
    at ranges.c line 901
  • #3 get_bounding_box
    at consolidate.c line 71
  • #4 simple_consolidate
    at consolidate.c line 473
  • #5 cb_row_tree
    at consolidate.c line 556
  • #6 g_tree_node_in_order
    at gtree.c line 892
  • #7 g_tree_node_in_order
    at gtree.c line 889
  • #8 g_tree_node_in_order
    at gtree.c line 889
  • #9 g_tree_foreach
    at gtree.c line 460
  • #10 row_consolidate
    at consolidate.c line 585
  • #11 consolidate_apply
    at consolidate.c line 752

Comment 1 Jody Goldberg 2005-08-01 22:25:55 UTC
ok.  both warnings fixed.