Status: Untriaged
Owner: ism...@chromium.org
CC: kr...@chromium.org
Labels: Type-Bug Pri-2 WebKit-DevTools OS-Mac Crash Crash-Reproducible

New issue 32037 by ism...@chromium.org: Crash: DevToolsWindow::InspectedTabClosing() + 0x8 (devtools_window.cc:99)
http://code.google.com/p/chromium/issues/detail?id=32037

Platform:
  Hostname: testings-macbook-pro-15.local
  Mac OS X Version 10.5.8 9L31a
  Processor: 2 Intel 2.33 GHz
  RAM: 2048 MB

Chrome:
  Chrome version: 4.0.295.0 r35884  <<<Release>>>
  Flash Player: 10.0.42.34

What steps will reproduce the problem?
1.Have two tabs opened in a window
2.Open Inspect element(dev tool) in one tab and make sure to get docked to its tab
3.Drag the devtool-docked tab to a separate window
4.Perform Cmd+opt+i on the dragged window. (Make sure this window already had a docked dev tool)

Actual: Docked Inspect element window on the tab goes blank and clicking on window browser crashes.

Note: Crash report attached.

Crashing Thread
==========
Thread 0 (crashed)
0 Google Chrome Framew0.295.0.0 0x029502ed DevToolsWindow::InspectedTabClosing() + 0x8 (devtools_window.cc:99) 1 Google Chrome Framew0.295.0.0 0x02947210 DevToolsManager::UnregisterDevToolsClientHostFor(RenderViewHost*) + 0xa
(devtools_manager.cc:203)
2 Google Chrome Framew0.295.0.0 0x02948497 DevToolsManager::ToggleDevToolsWindow(RenderViewHost*, bool) + 0x21
(devtools_manager.cc:133)
3 Google Chrome Framew0.295.0.0 0x02592d51 Browser::ToggleDevToolsWindow(bool) + 0x19 (browser.cc:1227) 4 Google Chrome Framew0.295.0.0 0x0259bd5c Browser::ExecuteCommandWithDisposition(int, WindowOpenDisposition) + 0x12
(browser.cc:1578)
5 Google Chrome Framew0.295.0.0 0x0259c65f Browser::ExecuteCommand(int) + 0x19 (browser.cc:1643) 6 AppKit 0.949.54.0 0x92ed2e8e -[NSApplication sendAction:to:from:] + 0x6f 7 Google Chrome Framew0.295.0.0 0x025cd933 -[BrowserCrApplication sendAction:to:from:] + 0x3b
(chrome_browser_application_mac.mm:261)
8 AppKit 0.949.54.0 0x92f81b63 -[NSMenu performActionForItemAtIndex:] + 0x1ec 9 AppKit 0.949.54.0 0x92f81868 -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 0xdb 10 AppKit 0.949.54.0 0x92f814ee -[NSMenu performKeyEquivalent:] + 0x361 11 Google Chrome Framew0.295.0.0 0x025ee6cf BrowserWindowCocoa::HandleKeyboardEventInternal(NSEvent*) + 0x2f
(browser_window_cocoa.mm:485)
12 Google Chrome Framew0.295.0.0 0x0283f06e RenderWidgetHost::ProcessKeyboardEventAck(int, bool) + 0xb (render_widget_host.cc:906) 13 Google Chrome Framew0.295.0.0 0x0283f314 RenderWidgetHost::OnMsgInputEventAck(IPC::Message const&) + 0x16
(render_widget_host.cc:742)
14 Google Chrome Framew0.295.0.0 0x028401a0 RenderWidgetHost::OnMessageReceived(IPC::Message const&) + 0x1e (ipc_message.h:147) 15 Google Chrome Framew0.295.0.0 0x02830196 RenderViewHost::OnMessageReceived(IPC::Message const&) + 0xe
(render_view_host.cc:848)
16 Google Chrome Framew0.295.0.0 0x02819292 BrowserRenderProcessHost::OnMessageReceived(IPC::Message const&) + 0x10
(browser_render_process_host.cc:777)
17 Google Chrome Framew0.295.0.0 0x02eedd2a RunnableMethod<IPC::ChannelProxy::Context, void (IPC::ChannelProxy::Context::*)(IPC::Message const&), Tuple1<IPC::Message>
::Run() + 0x13 (tuple.h:422)
18 Google Chrome Framew0.295.0.0 0x02a149ba MessageLoop::DeferOrRunPendingTask(MessageLoop::PendingTask const&) + 0x7
(message_loop.cc:320)
19 Google Chrome Framew0.295.0.0 0x02a1530a MessageLoop::DoWork() + 0xb (message_loop.cc:435) 20 Google Chrome Framew0.295.0.0 0x029f1883 base::MessagePumpCFRunLoopBase::RunWorkSource(void*) + 0xa
(message_pump_mac.mm:291)
21 CoreFoundation 0.476.19.0 0x96b9b3c4 CFRunLoopRunSpecific + 0xc44 22 CoreFoundation 0.476.19.0 0x96b9baa7 CFRunLoopRunInMode + 0x57 23 HIToolbox 0.353.0.0 0x967c72ab RunCurrentEventLoopInMode + 0x11a 24 HIToolbox 0.353.0.0 0x967c70c4 ReceiveNextEventCommon + 0x175 25 HIToolbox 0.353.0.0 0x967c6f38 BlockUntilNextEventMatchingListInMode + 0x69
26 AppKit              0.949.54.0           0x92e016d4 _DPSNextEvent + 0x290
27 AppKit 0.949.54.0 0x92e00f87 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 0x7f 28 AppKit 0.949.54.0 0x92df9f9e -[NSApplication run] + 0x31a 29 Google Chrome Framew0.295.0.0 0x029f132c base::MessagePumpNSApplication::DoRun(base::MessagePump::Delegate*) + 0x19
(message_pump_mac.mm:677)
30 Google Chrome Framew0.295.0.0 0x029f0ab5 base::MessagePumpCFRunLoopBase::Run(base::MessagePump::Delegate*) + 0xb
(message_pump_mac.mm:213)
31 Google Chrome Framew0.295.0.0 0x02a14903 MessageLoop::Run() + 0xb (message_loop.cc:205) 32 Google Chrome Framew0.295.0.0 0x025ae3a2 BrowserMain(MainFunctionParams const&) + 0x7 (browser_main.cc:163) 33 Google Chrome Framew0.295.0.0 0x024c64a3 ChromeMain + 0xd (chrome_dll_main.cc:745)
34 Google Chrome                            0x00001fc5
35

Attachments:
        Crashreport.txt  26.8 KB

--
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

Reply via email to