Status: Untriaged Owner: [email protected] CC: [email protected], [email protected] Labels: Type-Bug Pri-1 OS-All Area-Misc
New issue 8711 by [email protected]: Linux GTK critical in WebContentsViewGtk::HandleKeyboardEvent http://code.google.com/p/chromium/issues/detail?id=8711 Go to an html page that handles keystrokes. Hit ctrl-t. We are calling gtk_accel_groups_activate with a NULL window. We could NULL check, but that doesn't seem right here, because if the vbox is the correct vbox to handle this, it should have been realized. Maybe the message is getting routed to the incorrect WebContentsViewGtk? Gtk-CRITICAL **: gtk_accel_groups_activate: assertion `G_IS_OBJECT (object)' failed aborting... #0 0x044007f2 in ?? () from /lib/ld-linux.so.2 #1 0x0c41a335 in raise () from /lib32/libc.so.6 #2 0x0c41bcb1 in abort () from /lib32/libc.so.6 #3 0x0c13e0ea in g_logv () from /usr/lib32/libglib-2.0.so.0 #4 0x0c13e129 in g_log () from /usr/lib32/libglib-2.0.so.0 #5 0x0c13e38b in g_return_if_fail_warning () from /usr/lib32/libglib- 2.0.so.0 #6 0x0bb2defd in gtk_accel_groups_activate () from /usr/lib32/libgtk-x11-2.0.so.0 #7 0x0828adbd in WebContentsViewGtk::HandleKeyboardEvent (this=0xf8f9348, eve...@0xfed5be50) at browser/tab_contents/web_contents_view_gtk.cc:186 #8 0x081f944b in RenderViewHost::UnhandledKeyboardEvent (this=0x16661a58, eve...@0xfed5be50) at browser/renderer_host/render_view_host.cc:1221 #9 0x08210113 in RenderWidgetHost::OnMsgInputEventAck (this=0x16661a58, messa...@0xf72800c) at browser/renderer_host/render_widget_host.cc:591 #10 0x08211d13 in IPC::Message::Dispatch<RenderWidgetHost> (msg=0xf72800c, obj=0x16661a58, func=0x820fb7e <RenderWidgetHost::OnMsgInputEventAck(IPC::Message const&)>) at /usr/local/google/home/deanm/chrome/git/new/src/chrome/common/ipc_message.h :148 #11 0x082112dd in RenderWidgetHost::OnMessageReceived (this=0x16661a58, m...@0xf72800c) at browser/renderer_host/render_widget_host.cc:101 #12 0x081ff6ac in RenderViewHost::OnMessageReceived (this=0x16661a58, m...@0xf72800c) at browser/renderer_host/render_view_host.cc:765 #13 0x0833a936 in BrowserRenderProcessHost::OnMessageReceived ( this=0x16661b30, m...@0xf72800c) -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
