Status: Untriaged Owner: [email protected] Labels: Type-Bug Pri-1 OS-Linux Area-BrowserUI Size-Medium
New issue 9876 by [email protected]: Crash on RenderWidgetHostViewGtk::SelectionChanged http://code.google.com/p/chromium/issues/detail?id=9876 What steps will reproduce the problem? 1. Enter a location into the location bar. 2. Press the go button. 3. Open a new tab. It doesn't always open, but if you mess around with selecting the go button and subsequently open a new tab, it will often crash. What is the expected output? What do you see instead? It crashes. [1961:1961:785131356804:FATAL:app/chrome_dll_main.cc(179)] Gdk: gdk_x11_get_server_time: assertion `GDK_IS_WINDOW (window)' failed Program received signal SIGTRAP, Trace/breakpoint trap. [Switching to Thread 0xf727b720 (LWP 1961)] DebugUtil::BreakDebugger () at /usr/local/google/chromium1/src/base/debug_util_posix.cc:109 109 } (gdb) ba #0 DebugUtil::BreakDebugger () at /usr/local/google/chromium1/src/base/debug_util_posix.cc:109 #1 0x083ecab1 in ~LogMessage (this=0xffb98360) at /usr/local/google/chromium1/src/base/logging.cc:512 #2 0x0805909b in GLibLogHandler (log_domain=0xf7ac256b "Gdk", log_level=G_LOG_LEVEL_CRITICAL, message=0xa8bc190 "gdk_x11_get_server_time: assertion `GDK_IS_WINDOW (window)' failed", userdata=0x0) at app/chrome_dll_main.cc:179 #3 0xf78d2bfc in g_logv () from /usr/lib32/libglib-2.0.so.0 #4 0xf78d2e89 in g_log () from /usr/lib32/libglib-2.0.so.0 #5 0xf78d30eb in g_return_if_fail_warning () from /usr/lib32/libglib- 2.0.so.0 #6 0xf7aa3b82 in gdk_x11_get_server_time () from /usr/lib32/libgdk-x11- 2.0.so.0 #7 0x082d8724 in RenderWidgetHostViewGtk::SelectionChanged (this=0xa89f7c8) at browser/renderer_host/render_widget_host_view_gtk.cc:374 #8 0x0814e0cb in RenderViewHost::OnMsgSelectionChanged (this=0xa89ffe8) at browser/renderer_host/render_view_host.cc:1117 #9 0x081554ae in IPC::Message::Dispatch<RenderViewHost> (msg=0xf1bbd8dc, obj=0xa89ffe8, func=0x814e098 <RenderViewHost::OnMsgSelectionChanged()>) at /usr/local/google/chromium1/src/chrome/common/ipc_message.h:134 #10 0x08154a9a in RenderViewHost::OnMessageReceived (this=0xa89ffe8, m...@0xf1bbd8dc) at browser/renderer_host/render_view_host.cc:787 #11 0x082c9929 in BrowserRenderProcessHost::OnMessageReceived (this=0xa89f720, m...@0xf1bbd8dc) at browser/renderer_host/browser_render_process_host.cc:602 #12 0x09244769 in IPC::ChannelProxy::Context::OnDispatchMessage (this=0xa83ef20, messa...@0xf1bbd8dc) at common/ipc_channel_proxy.cc:179 #13 0x09245615 in DispatchToMethod<IPC::ChannelProxy::Context, void (IPC::ChannelProxy::Context::*)(IPC::Message const&), IPC::Message> (obj=0xa83ef20, method=0x92446d8 <IPC::ChannelProxy::Context::OnDispatchMessage(IPC::Message const&)>, a...@0xf1bbd8dc) at /usr/local/google/chromium1/src/base/tuple.h:393 #14 0x09245651 in RunnableMethod<IPC::ChannelProxy::Context, void (IPC::ChannelProxy::Context::*)(IPC::Message const&), Tuple1<IPC::Message> > ::Run (this=0xf1bbd8c0) at /usr/local/google/chromium1/src/base/task.h:307 #15 0x083eed18 in MessageLoop::RunTask (this=0xffb99920, task=0xf1bbd8c0) at /usr/local/google/chromium1/src/base/message_loop.cc:308 #16 0x083ef1bd in MessageLoop::DeferOrRunPendingTask (this=0xffb99920, pending_ta...@0xffb99044) at /usr/local/google/chromium1/src/base/message_loop.cc:316 #17 0x083ef569 in MessageLoop::DoWork (this=0xffb99920) at /usr/local/google/chromium1/src/base/message_loop.cc:416 #18 0x083f7044 in base::MessagePumpForUI::HandleDispatch (this=0xa4004f8) at /usr/local/google/chromium1/src/base/message_pump_glib.cc:190 #19 0x083f70f8 in WorkSourceDispatch (source=0xa400530, unused_func=0, unused_data=0x0) at /usr/local/google/chromium1/src/base/message_pump_glib.cc:75 #20 0xf78c9bf8 in g_main_context_dispatch () from /usr/lib32/libglib- 2.0.so.0 #21 0xf78cce5e in ?? () from /usr/lib32/libglib-2.0.so.0 -- 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 -~----------~----~----~----~------~----~------~--~---
