[Webkit-unassigned] [Bug 96502] New: [GTK] ControlsPanel string is not localized in LocalizedStringsGtk
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Sep 12 05:44:56 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=96502
Summary: [GTK] ControlsPanel string is not localized in
LocalizedStringsGtk
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit Gtk
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: pnormand at igalia.com
CC: zandobersek at gmail.com, jdiggs at igalia.com,
msanchez at igalia.com
I don't have time to dig which commit introduced this regression. With a debug build:
run-launcher --gtk --debug LayoutTests/media/content/test.wav
Program received signal SIGSEGV, Segmentation fault.
0x00007ffff5e9264f in WebCore::localizedMediaControlElementString (name="ControlsPanel")
at ../../Source/WebCore/platform/gtk/LocalizedStringsGtk.cpp:562
562 ASSERT_NOT_REACHED();
(gdb) bt
#0 0x00007ffff5e9264f in WebCore::localizedMediaControlElementString (name="ControlsPanel")
at ../../Source/WebCore/platform/gtk/LocalizedStringsGtk.cpp:562
#1 0x00007ffff4a5318c in WebCore::AccessibilityMediaControl::title (this=0x7d5000)
at ../../Source/WebCore/accessibility/AccessibilityMediaControls.cpp:148
#2 0x00007ffff5e65d42 in webkitAccessibleGetName (object=0xaf5850)
at ../../Source/WebCore/accessibility/gtk/WebKitAccessibleWrapperAtk.cpp:144
#3 0x00007fffe743499a in append_cache_item (obj=obj at entry=0xaf5850, data=data at entry=
0x7fffffffcee0) at cache-adaptor.c:192
#4 0x00007fffe7434e44 in emit_cache_add (cache=<optimized out>, obj=obj at entry=0xaf5850)
at cache-adaptor.c:270
#5 0x00007ffff2e88b74 in g_cclosure_marshal_VOID__OBJECTv (closure=0x566fe0,
return_value=<optimized out>, instance=0x563190, args=<optimized out>,
marshal_data=<optimized out>, n_params=<optimized out>, param_types=0x565e30)
at gmarshal.c:1312
#6 0x00007ffff2e85927 in _g_closure_invoke_va (closure=0x566fe0, return_value=0x0, instance=
0x563190, args=0x7fffffffd258, n_params=1, param_types=0x565e30) at gclosure.c:840
#7 0x00007ffff2e9efb8 in g_signal_emit_valist (instance=0x563190, signal_id=<optimized out>,
detail=0, var_args=var_args at entry=0x7fffffffd258) at gsignal.c:3207
#8 0x00007ffff2e9f6f2 in g_signal_emit (instance=instance at entry=0x563190,
signal_id=<optimized out>, detail=detail at entry=0) at gsignal.c:3352
#9 0x00007fffe742c373 in add_object (gobj=0xaf5850, cache=0x563190)
at ../../atk-adaptor/accessible-cache.c:197
#10 add_pending_items (data=<optimized out>) at ../../atk-adaptor/accessible-cache.c:304
#11 0x00007ffff2d9c695 in g_main_dispatch (context=0x466dd0) at gmain.c:2539
#12 g_main_context_dispatch (context=context at entry=0x466dd0) at gmain.c:3075
#13 0x00007ffff2d9c9c8 in g_main_context_iterate (context=0x466dd0, block=block at entry=1,
dispatch=dispatch at entry=1,
self=<error reading variable: Unhandled dwarf expression opcode 0xfa>) at gmain.c:3146
#14 0x00007ffff2d9cdc2 in g_main_loop_run (loop=0x6cf3b0) at gmain.c:3340
#15 0x00007ffff364b9c5 in gtk_main () at gtkmain.c:1161
#16 0x0000000000405a86 in main (argc=1, argv=0x7fffffffd628) at ../../Tools/GtkLauncher/main.c:534
(gdb)
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list