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 331546 - Critical warning and crash when clicking on a link with a11y enabled
Critical warning and crash when clicking on a link with a11y enabled
Status: RESOLVED FIXED
Product: GtkHtml
Classification: Other
Component: Rendering
3.9.x
Other Linux
: Normal normal
: ---
Assigned To: gtkhtml-maintainers
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2006-02-17 13:57 UTC by Kjartan Maraas
Modified: 2006-02-28 19:16 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14


Attachments
patch (1.08 KB, patch)
2006-02-27 13:20 UTC, Harry Lu
accepted-commit_now Details | Review

Description Kjartan Maraas 2006-02-17 13:57:58 UTC
Breakpoint 2, IA__g_log (log_domain=0x0, log_level=G_LOG_LEVEL_CRITICAL,
    format=0xab16db "%s: assertion `%s' failed") at gmessages.c:516
516       va_start (args, format);
(gdb) bt
  • #0 IA__g_log
    at gmessages.c line 516
  • #1 IA__g_return_if_fail_warning
    at gmessages.c line 532
  • #2 gtk_html_a11y_grab_focus_cb
    at object.c line 312
  • #3 IA__g_cclosure_marshal_VOID__VOID
    at gmarshal.c line 77
  • #4 IA__g_closure_invoke
    at gclosure.c line 490
  • #5 signal_emit_unlocked_R
    at gsignal.c line 2508
  • #6 IA__g_signal_emit_valist
    at gsignal.c line 2197
  • #7 IA__g_signal_emit
    at gsignal.c line 2241
  • #8 IA__gtk_widget_grab_focus
    at gtkwidget.c line 4040
  • #9 button_press_event
  • #10 _gtk_marshal_BOOLEAN__BOXED
    at gtkmarshalers.c line 83
  • #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
    at gsignal.c line 2207
  • #15 IA__g_signal_emit
    at gsignal.c line 2241
  • #16 gtk_widget_event_internal
    at gtkwidget.c line 3735
  • #17 IA__gtk_propagate_event
    at gtkmain.c line 2175
  • #18 IA__gtk_main_do_event
    at gtkmain.c line 1412
  • #19 gdk_event_dispatch
  • #20 IA__g_main_context_dispatch
    at gmain.c line 1916
  • #21 g_main_context_iterate
    at gmain.c line 2547
  • #22 IA__g_main_loop_run
    at gmain.c line 2751
  • #23 bonobo_main
    at bonobo-main.c line 312
  • #24 main
    at main.c line 603
  • #25 __libc_start_main
    at libc-start.c line 231
  • #26 _start

Comment 1 Harry Lu 2006-02-27 13:20:06 UTC
Created attachment 60232 [details] [review]
patch

patch to fix the crash
Comment 2 Kjartan Maraas 2006-02-28 10:13:29 UTC
Works like a charm. Thanks.
Comment 3 Veerapuram Varadhan 2006-02-28 10:20:46 UTC
Patch looks good to commit.  Approving...
Comment 4 Harry Lu 2006-02-28 10:42:24 UTC
Patch committed. Thanks.
Please close this bug.