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 601114 - Criticals from entering cell references
Criticals from entering cell references
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: GUI
git master
Other Linux
: Normal major
: ---
Assigned To: Jody Goldberg
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2009-11-07 22:08 UTC by Morten Welinder
Modified: 2009-11-08 07:31 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Morten Welinder 2009-11-07 22:08:24 UTC
Start gnumeric
Enter "=A2" and wait.

(/home/welinder/gnome/gnumeric/src/.libs/gnumeric:31899): Gdk-CRITICAL **: gdk_gc_set_rgb_bg_color: assertion `color != NULL' failed
Comment 1 Morten Welinder 2009-11-08 00:29:33 UTC


  • #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 gdk_gc_set_rgb_fg_color
    from /usr/lib/libgdk-x11-2.0.so.0
  • #3 item_cursor_draw
    at item-cursor.c line 442
  • #4 goc_item_draw
    at goc-item.c line 385
  • #5 goc_group_draw_region
    at goc-group.c line 142
  • #6 goc_item_draw_region
    at goc-item.c line 411
  • #7 expose_cb
    at goc-canvas.c line 67

Comment 2 Jean Bréfort 2009-11-08 07:31:32 UTC
My bad, to fix that I extended go_color_parse to support color names such as "blue". Curiously, when testing with 1.8, I get a red cursor for a "blue" color property.