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 339793 - Critical warning and crash when clicking in a cell
Critical warning and crash when clicking in a cell
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: GUI
1.6.x
Other Linux
: Normal normal
: ---
Assigned To: Jody Goldberg
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2006-04-26 10:33 UTC by Kjartan Maraas
Modified: 2006-04-26 14:22 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Kjartan Maraas 2006-04-26 10:33:23 UTC
Got this when opening an excel doc that was first saved from OO.o

(gdb) thread apply all bt

Thread 1 (Thread -1208525952 (LWP 32090))

  • #0 __kernel_vsyscall
  • #1 *__GI_raise
    at ../nptl/sysdeps/unix/sysv/linux/raise.c line 64
  • #2 *__GI_abort
    at abort.c line 88
  • #3 IA__g_logv
    at gmessages.c line 497
  • #4 IA__g_log
    at gmessages.c line 517
  • #5 IA__g_return_if_fail_warning
  • #6 value_new_cellrange_str
    at value.c line 370
  • #7 gnm_hlink_cur_wb_activate
    at hlink.c line 157
  • #8 gnm_hlink_activate
    at hlink.c line 62
  • #9 item_grid_event
    at item-grid.c line 1041
  • #10 foo_canvas_marshal_BOOLEAN__BOXED
    at foo-canvas-marshal.c line 126
  • #11 g_type_class_meta_marshal
    at gclosure.c line 567
  • #12 IA__g_closure_invoke
    at gclosure.c line 490
  • #13 signal_emit_unlocked_R
    at gsignal.c line 2476
  • #14 IA__g_signal_emit_valist
  • #15 IA__g_signal_emit
    at gsignal.c line 2241
  • #16 emit_event
    at foo-canvas.c line 2530
  • #17 foo_canvas_button
    at foo-canvas.c line 2744
  • #18 _gtk_marshal_BOOLEAN__BOXED
    at gtkmarshalers.c line 83
  • #19 g_type_class_meta_marshal
    at gclosure.c line 567
  • #20 IA__g_closure_invoke
    at gclosure.c line 490
  • #21 signal_emit_unlocked_R
    at gsignal.c line 2476
  • #22 IA__g_signal_emit_valist
    at gsignal.c line 2207
  • #23 IA__g_signal_emit
    at gsignal.c line 2241
  • #24 gtk_widget_event_internal
  • #25 IA__gtk_propagate_event
    at gtkmain.c line 2195
  • #26 IA__gtk_main_do_event
    at gtkmain.c line 1424
  • #27 gdk_event_dispatch
    at gdkevents-x11.c line 2291
  • #28 IA__g_main_context_dispatch
    at gmain.c line 1916
  • #29 g_main_context_iterate
    at gmain.c line 2547
  • #30 IA__g_main_loop_run
    at gmain.c line 2751
  • #31 bonobo_main
    at bonobo-main.c line 311
  • #32 main
    at main-application.c line 483

Comment 1 Jon Kåre Hellan 2006-04-26 10:47:27 UTC
<jk_work> can you attach it?
<kmaraas> sorry, internal document for a tender :)
<kmaraas> can I get you more info from it though?
<jk_work> What does the link point at when you view it in {excel|OOo|gnumeric}?
<kmaraas> jk_work, it seems like it's a stale link to a non-existant sheet
<kmaraas> it says #'4.2.1'.A1
<kmaraas> and there's no sheet called 4.2.1 in this book
Comment 2 Jon Kåre Hellan 2006-04-26 11:06:20 UTC
gnumeric is run under an odd-numbered version of gnome-session, so  G_DEBUG='fatal_criticals' is set. The abort comes from a g_return_val_if_fail in value_new_cellrange_str. str is NULL.

Sigh. There must be hundreds of those.
Comment 3 Morten Welinder 2006-04-26 14:22:12 UTC
Fixed in the development version. The fix will be available in the next major release. Thank you for your bug report.