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 364085 - Crash when using find with specified range
Crash when using find with specified range
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: General
git master
Other All
: Normal critical
: ---
Assigned To: Jody Goldberg
Jody Goldberg
: 365177 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2006-10-22 04:58 UTC by sum1
Modified: 2006-10-26 18:15 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description sum1 2006-10-22 04:58:07 UTC
Steps to reproduce:
- Type 'a' in A1 and press enter
- Edit > Find
- Type 'a' in the Search for textbox
- Specify the range as A1
- Press Find

Backtrace:
Program received signal SIGSEGV, Segmentation fault.

Thread NaN (LWP 2646)

  • #0 g_byte_array_sort
    from /lib/libglib-2.0.so.0
  • #1 g_ptr_array_add
    from /lib/libglib-2.0.so.0
  • #2 search_collect_cells_cb
    at search.c line 126
  • #3 sheet_foreach_cell_in_range
    at sheet.c line 2844
  • #4 workbook_foreach_cell_in_range
    at workbook.c line 466
  • #5 global_range_list_foreach
    at ranges.c line 1020
  • #6 search_collect_cells
    at search.c line 154
  • #7 search_clicked
    at dialog-search.c line 357
  • #8 g_cclosure_marshal_VOID__VOID
    from /lib/libgobject-2.0.so.0
  • #9 g_closure_invoke
    from /lib/libgobject-2.0.so.0
  • #10 g_signal_override_class_closure
    from /lib/libgobject-2.0.so.0
  • #11 g_signal_emit_valist
    from /lib/libgobject-2.0.so.0
  • #12 g_signal_emit
    from /lib/libgobject-2.0.so.0
  • #13 gtk_button_clicked
    from /usr/lib/libgtk-x11-2.0.so.0
  • #14 gtk_button_set_alignment
    from /usr/lib/libgtk-x11-2.0.so.0
  • #15 g_cclosure_marshal_VOID__VOID
    from /lib/libgobject-2.0.so.0
  • #16 g_value_set_static_boxed
    from /lib/libgobject-2.0.so.0
  • #17 g_closure_invoke
    from /lib/libgobject-2.0.so.0
  • #18 g_signal_override_class_closure
    from /lib/libgobject-2.0.so.0
  • #19 g_signal_emit_valist
    from /lib/libgobject-2.0.so.0
  • #20 g_signal_emit
    from /lib/libgobject-2.0.so.0
  • #21 gtk_button_released
    from /usr/lib/libgtk-x11-2.0.so.0
  • #22 gtk_button_released
    from /usr/lib/libgtk-x11-2.0.so.0

Comment 1 Morten Welinder 2006-10-22 13:13:29 UTC
Man, you're busy!  Confirmed.
Comment 2 Morten Welinder 2006-10-22 13:48:25 UTC
Fixed in the development version. The fix will be available in the next major release. Thank you for your bug report.
Comment 3 Morten Welinder 2006-10-26 18:15:47 UTC
*** Bug 365177 has been marked as a duplicate of this bug. ***