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 166013 - Crash when using find as you type in the search tab in devhelp
Crash when using find as you type in the search tab in devhelp
Status: RESOLVED FIXED
Product: devhelp
Classification: Applications
Component: General
0.9
Other other
: Normal normal
: ---
Assigned To: Mikael Hallendal
Mikael Hallendal
Depends on:
Blocks:
 
 
Reported: 2005-02-02 08:26 UTC by Kjartan Maraas
Modified: 2005-04-14 20:42 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fixes crash in devhelp (1.81 KB, patch)
2005-04-14 20:01 UTC, Ray Strode [halfline]
none Details | Review

Description Kjartan Maraas 2005-02-02 08:26:29 UTC
Distribution: Fedora Core release 3 (Heidelberg)
Package: gtk+
Severity: normal
Version: GNOME2.8.0 unspecified
Gnome-Distributor: Red Hat, Inc
Synopsis: Crash when using find as you type in the search tab in devhelp
Bugzilla-Product: gtk+
Bugzilla-Component: GtkTreeView
Bugzilla-Version: unspecified
BugBuddy-GnomeVersion: 2.0 (2.8.0)
Description:
Description of the crash:
I had searched for gtk_icon_theme in the search tab and then just typed
"g_ha" to try to find g_hash_table_* docs, but I think I forgot to move
focus to the search text field

Steps to reproduce the crash:
1. 
2. 
3. 

Expected Results:


How often does this happen?


Additional Information:



Debugging Information:

Backtrace was generated from '/usr/bin/devhelp-bin'

(no debugging symbols found)...Using host libthread_db library
"/lib/tls/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread -1208125760 (LWP 31947)]
[New Thread -1221448784 (LWP 31950)]
[Thread debugging using libthread_db enabled]
[New Thread -1208125760 (LWP 31947)]
[New Thread -1221448784 (LWP 31950)]
[Thread debugging using libthread_db enabled]
[New Thread -1208125760 (LWP 31947)]
[New Thread -1221448784 (LWP 31950)]
[New Thread -1210467408 (LWP 31949)]
0x00b827a2 in ?? () at rtld.c:577 from /lib/ld-linux.so.2
577	relocate_doit (void *a)

Thread 1 (Thread -1208125760 (LWP 31947))

  • #0 ??
    at rtld.c line 577
  • #1 ??
    from /lib/tls/libpthread.so.0
  • #2 libgnomeui_segv_handle
    at gnome-ui-init.c line 741
  • #3 <signal handler called>
  • #4 gtk_tree_view_search_iter
    at gtktreeview.c line 12294
  • #5 gtk_tree_view_search_init
    at gtktreeview.c line 12405
  • #6 g_cclosure_marshal_VOID__VOID
    at gmarshal.c line 77
  • #7 g_closure_invoke
    at gclosure.c line 437
  • #8 signal_emit_unlocked_R
    at gsignal.c line 2478
  • #9 g_signal_emit_valist
    at gsignal.c line 2237
  • #10 g_signal_emit_by_name
    at gsignal.c line 2305
  • #11 gtk_entry_real_insert_text
    at gtkentry.c line 2146
  • #12 _gtk_marshal_VOID__STRING_INT_POINTER
    at gtkmarshalers.c line 906
  • #13 g_type_iface_meta_marshal
    at gclosure.c line 537
  • #14 g_closure_invoke
    at gclosure.c line 437
  • #15 signal_emit_unlocked_R
    at gsignal.c line 2516
  • #16 g_signal_emit_valist
    at gsignal.c line 2237
  • #17 g_signal_emit_by_name
    at gsignal.c line 2305
  • #18 gtk_entry_insert_text
    at gtkentry.c line 1883
  • #19 gtk_editable_insert_text
    at gtkeditable.c line 108
  • #20 gtk_entry_enter_text
    at gtkentry.c line 2647
  • #21 g_cclosure_marshal_VOID__STRING
    at gmarshal.c line 496
  • #22 g_closure_invoke
    at gclosure.c line 437
  • #23 signal_emit_unlocked_R
    at gsignal.c line 2478
  • #24 g_signal_emit_valist
    at gsignal.c line 2237
  • #25 g_signal_emit_by_name
    at gsignal.c line 2305
  • #26 gtk_im_multicontext_commit_cb
    at gtkimmulticontext.c line 453
  • #27 g_cclosure_marshal_VOID__STRING
    at gmarshal.c line 496
  • #28 g_closure_invoke
    at gclosure.c line 437
  • #29 signal_emit_unlocked_R
    at gsignal.c line 2478
  • #30 g_signal_emit_valist
    at gsignal.c line 2237
  • #31 g_signal_emit_by_name
    at gsignal.c line 2305
  • #32 gtk_im_context_simple_commit_char
    at gtkimcontextsimple.c line 1037
  • #33 gtk_im_context_simple_filter_keypress
    at gtkimcontextsimple.c line 1233
  • #34 gtk_im_context_filter_keypress
    at gtkimcontext.c line 317
  • #35 gtk_im_multicontext_filter_keypress
    at gtkimmulticontext.c line 315
  • #36 gtk_im_context_filter_keypress
    at gtkimcontext.c line 317
  • #37 gtk_entry_key_press
    at gtkentry.c line 1711
  • #38 _gtk_marshal_BOOLEAN__BOXED
    at gtkmarshalers.c line 82
  • #39 g_type_class_meta_marshal
    at gclosure.c line 514
  • #40 g_closure_invoke
    at gclosure.c line 437
  • #41 signal_emit_unlocked_R
    at gsignal.c line 2516
  • #42 g_signal_emit_valist
    at gsignal.c line 2247
  • #43 g_signal_emit
    at gsignal.c line 2281
  • #44 gtk_widget_event_internal
    at gtkwidget.c line 3564
  • #45 gtk_window_propagate_key_event
    at gtkwindow.c line 4221
  • #46 gtk_window_key_press_event
    at gtkwindow.c line 4251
  • #47 _gtk_marshal_BOOLEAN__BOXED
    at gtkmarshalers.c line 82
  • #48 g_type_class_meta_marshal
    at gclosure.c line 514
  • #49 g_closure_invoke
    at gclosure.c line 437
  • #50 signal_emit_unlocked_R
    at gsignal.c line 2516
  • #51 g_signal_emit_valist
    at gsignal.c line 2247
  • #52 g_signal_emit
    at gsignal.c line 2281
  • #53 gtk_widget_event_internal
    at gtkwidget.c line 3564
  • #54 gtk_propagate_event
    at gtkmain.c line 2319
  • #55 gtk_main_do_event
    at gtkmain.c line 1583
  • #56 gdk_event_dispatch
    at gdkevents-x11.c line 2189
  • #57 g_main_context_dispatch
    at gmain.c line 1942
  • #58 g_main_context_iterate
    at gmain.c line 2573
  • #59 g_main_loop_run
    at gmain.c line 2777
  • #60 gtk_main
    at gtkmain.c line 1173
  • #61 main




------- Bug moved to this database by unknown@bugzilla.gnome.org 2005-02-02 03:26 -------


Unknown platform unknown. Setting to default platform "Other".
Unknown milestone "unknown" in product "gtk+".
   Setting to default milestone for this product, '---'
Setting to default status "UNCONFIRMED".
Setting qa contact to the default for this product.
   This bug either had no qa contact or an invalid one.

Comment 1 Ray Strode [halfline] 2005-04-14 20:01:14 UTC
Created attachment 45266 [details] [review]
Fixes crash in devhelp

devhelp's keyword_model_get_path function was incorrectly determining the index
of the tree model iterator's node in a list
Comment 2 Mikael Hallendal 2005-04-14 20:42:14 UTC
Thanks, looks sane, commited.