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 326830 - Gnumeric crashes on input to font list
Gnumeric crashes on input to font list
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: GUI
git master
Other All
: Normal critical
: ---
Assigned To: Jody Goldberg
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2006-01-13 11:52 UTC by Johannes Berg
Modified: 2006-01-13 16:05 UTC
See Also:
GNOME target: ---
GNOME version: 2.11/2.12



Description Johannes Berg 2006-01-13 11:52:39 UTC
Distribution: Debian testing/unstable
Package: Gnumeric
Severity: major
Version: GNOME2.12.2 unspecified
Gnome-Distributor: Debian
Synopsis: gnumeric crashes on input to font list
Bugzilla-Product: Gnumeric
Bugzilla-Component: General
Bugzilla-Version: unspecified
BugBuddy-GnomeVersion: 2.0 (2.12.0)
Description:
Description of the crash:
Whenever I try to select a font by typing it's name, gnumeric (1.6.1,
bug-buddy didn't let me select that version) crashes.

Steps to reproduce the crash:
1. select format|preferences
2. select 'Font'
3. click into the font listview (or treeview?), selecting any font in
it
4. start typing (I started typing 'bitstream vera sans')

Expected Results:
listview selects the first font matching the typed name

Note:
The same happens on the font style and the size lists in the font
selection.


Debugging Information:

Backtrace was generated from '/usr/bin/gnumeric'

(no debugging symbols found)
Using host libthread_db library "/lib/tls/libthread_db.so.1".
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread 805462560 (LWP 16536)]
(no debugging symbols found)
0x0fbbc640 in waitpid () from /lib/tls/libc.so.6

Thread 1 (Thread 805462560 (LWP 16536))

  • #0 waitpid
    from /lib/tls/libc.so.6
  • #1 libgnomeui_module_info_get
    from /usr/lib/libgnomeui-2.so.0
  • #2 <signal handler called>
  • #3 gtk_tree_model_get_valist
    from /usr/lib/libgtk-x11-2.0.so.0
  • #4 gtk_tree_model_get
    from /usr/lib/libgtk-x11-2.0.so.0
  • #5 editable_label_set_editable
    from /usr/lib/libspreadsheet-1.6.1.so
  • #6 g_cclosure_marshal_VOID__VOID
    from /usr/lib/libgobject-2.0.so.0
  • #7 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #8 g_signal_stop_emission
    from /usr/lib/libgobject-2.0.so.0
  • #9 g_signal_emit_valist
    from /usr/lib/libgobject-2.0.so.0
  • #10 g_signal_emit
    from /usr/lib/libgobject-2.0.so.0
  • #11 gtk_tree_selection_unselect_all
    from /usr/lib/libgtk-x11-2.0.so.0
  • #12 gtk_tree_view_set_search_equal_func
    from /usr/lib/libgtk-x11-2.0.so.0
  • #13 gtk_tree_view_set_search_equal_func
    from /usr/lib/libgtk-x11-2.0.so.0
  • #14 gtk_tree_view_set_search_equal_func
    from /usr/lib/libgtk-x11-2.0.so.0
  • #15 _gtk_marshal_BOOLEAN__BOXED
    from /usr/lib/libgtk-x11-2.0.so.0
  • #16 g_cclosure_new_swap
    from /usr/lib/libgobject-2.0.so.0
  • #17 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #18 g_signal_stop_emission
    from /usr/lib/libgobject-2.0.so.0
  • #19 g_signal_emit_valist
    from /usr/lib/libgobject-2.0.so.0
  • #20 g_signal_emit
    from /usr/lib/libgobject-2.0.so.0
  • #21 gtk_widget_activate
    from /usr/lib/libgtk-x11-2.0.so.0
  • #22 gtk_window_propagate_key_event
    from /usr/lib/libgtk-x11-2.0.so.0
  • #23 gtk_window_activate_key
    from /usr/lib/libgtk-x11-2.0.so.0
  • #24 _gtk_marshal_BOOLEAN__BOXED
    from /usr/lib/libgtk-x11-2.0.so.0
  • #25 g_cclosure_new_swap
    from /usr/lib/libgobject-2.0.so.0
  • #26 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #27 g_signal_stop_emission
    from /usr/lib/libgobject-2.0.so.0
  • #28 g_signal_emit_valist
    from /usr/lib/libgobject-2.0.so.0
  • #29 g_signal_emit
    from /usr/lib/libgobject-2.0.so.0
  • #30 gtk_widget_activate
    from /usr/lib/libgtk-x11-2.0.so.0
  • #31 gtk_propagate_event
    from /usr/lib/libgtk-x11-2.0.so.0
  • #32 gtk_main_do_event
    from /usr/lib/libgtk-x11-2.0.so.0
  • #33 _gdk_events_queue
    from /usr/lib/libgdk-x11-2.0.so.0
  • #34 g_main_context_dispatch
    from /usr/lib/libglib-2.0.so.0
  • #35 g_main_context_check
    from /usr/lib/libglib-2.0.so.0
  • #36 g_main_loop_run
    from /usr/lib/libglib-2.0.so.0
  • #37 bonobo_main
    from /usr/lib/libbonobo-2.so.0
  • #38 main
  • #0 waitpid
    from /lib/tls/libc.so.6




------- Bug created by bug-buddy at 2006-01-13 11:52 -------

Comment 1 Morten Welinder 2006-01-13 15:40:55 UTC
Indeed.  Fow now, just don't type there.
Comment 2 Morten Welinder 2006-01-13 16:05:09 UTC
Fixed in cvs (HEAD and 1.6).