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 551216 - Crashes on Edit | Find and on text size change
Crashes on Edit | Find and on text size change
Status: RESOLVED FIXED
Product: devhelp
Classification: Applications
Component: General
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Richard Hult
Richard Hult
Depends on:
Blocks:
 
 
Reported: 2008-09-07 12:28 UTC by Зоран Рилак
Modified: 2008-10-01 18:06 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Зоран Рилак 2008-09-07 12:28:00 UTC
DevHelp 0.19.1 crashes consistently when Edit | Find menu item is activated.  Also on View | Larger Text and View | Smaller Text.

This is easily reproducible by hitting Ctrl-F, Ctrl-+ or Ctrl--.

Additional information:
 * Ubuntu 8.10 Alpha 4, Linux 2.6.27-2-generic
 * Firefox 3.0.1
 * GTK 2.14.1-0ubuntu1
 * strace shows nothing of interest (to me at least), other than a SIGSEGV.
Comment 1 Pedro Villavicencio 2008-09-22 20:10:44 UTC
trace:

  • #0 ??
  • #1 dh_gecko_utils_search_find
    at dh-gecko-utils.cpp line 407
  • #2 dh_html_search_find
    at dh-html.c line 432
  • #3 window_activate_find
    at dh-window.c line 654
  • #4 IA__g_cclosure_marshal_VOID__VOID
    at /build/buildd/glib2.0-2.18.1/gobject/gmarshal.c line 77
  • #5 IA__g_closure_invoke
    at /build/buildd/glib2.0-2.18.1/gobject/gclosure.c line 767
  • #6 signal_emit_unlocked_R
    at /build/buildd/glib2.0-2.18.1/gobject/gsignal.c line 3244
  • #7 IA__g_signal_emit_valist
    at /build/buildd/glib2.0-2.18.1/gobject/gsignal.c line 2977
  • #8 IA__g_signal_emit
    at /build/buildd/glib2.0-2.18.1/gobject/gsignal.c line 3034
  • #9 ??
    from /usr/lib/libgtk-x11-2.0.so.0
  • #10 ??
    from /usr/lib/libgtk-x11-2.0.so.0
  • #11 IA__g_closure_invoke
    at /build/buildd/glib2.0-2.18.1/gobject/gclosure.c line 767
  • #12 signal_emit_unlocked_R
    at /build/buildd/glib2.0-2.18.1/gobject/gsignal.c line 3244
  • #13 IA__g_signal_emit_valist
    at /build/buildd/glib2.0-2.18.1/gobject/gsignal.c line 2987
  • #14 IA__g_signal_emit
    at /build/buildd/glib2.0-2.18.1/gobject/gsignal.c line 3034
  • #15 gtk_accel_group_activate
    from /usr/lib/libgtk-x11-2.0.so.0
  • #16 gtk_accel_groups_activate
    from /usr/lib/libgtk-x11-2.0.so.0
  • #17 gtk_window_activate_key
    from /usr/lib/libgtk-x11-2.0.so.0
  • #18 ??
    from /usr/lib/libgtk-x11-2.0.so.0
  • #19 ??
    from /usr/lib/libgtk-x11-2.0.so.0
  • #20 g_type_class_meta_marshal
    at /build/buildd/glib2.0-2.18.1/gobject/gclosure.c line 878
  • #21 IA__g_closure_invoke
    at /build/buildd/glib2.0-2.18.1/gobject/gclosure.c line 767
  • #22 signal_emit_unlocked_R
    at /build/buildd/glib2.0-2.18.1/gobject/gsignal.c line 3282
  • #23 IA__g_signal_emit_valist
    at /build/buildd/glib2.0-2.18.1/gobject/gsignal.c line 2987
  • #24 IA__g_signal_emit
    at /build/buildd/glib2.0-2.18.1/gobject/gsignal.c line 3034
  • #25 ??
    from /usr/lib/libgtk-x11-2.0.so.0
  • #26 gtk_propagate_event
    from /usr/lib/libgtk-x11-2.0.so.0
  • #27 gtk_main_do_event
    from /usr/lib/libgtk-x11-2.0.so.0
  • #28 ??
    from /usr/lib/libgdk-x11-2.0.so.0
  • #29 IA__g_main_context_dispatch
    at /build/buildd/glib2.0-2.18.1/glib/gmain.c line 2142
  • #30 g_main_context_iterate
    at /build/buildd/glib2.0-2.18.1/glib/gmain.c line 2776
  • #31 IA__g_main_loop_run
    at /build/buildd/glib2.0-2.18.1/glib/gmain.c line 2984
  • #32 gtk_main
    from /usr/lib/libgtk-x11-2.0.so.0
  • #33 main
    at dh-main.c line 205

Comment 2 Richard Hult 2008-09-22 20:28:35 UTC
Has someone tried this with 0.20 or 0.21? There was some issues with more recent gecko builds that was fixed in 0.20.

Comment 3 Richard Hult 2008-10-01 18:06:47 UTC
I will close this as I'm pretty sure it's the same "init gecko" fix mentioned above. Please reopen if still broken.