Issue 4350: Crash on download from gmail in tip-of-tree
http://code.google.com/p/chromium/issues/detail?id=4350
Comment #2 by [EMAIL PROTECTED]:
I just got the following the following stack from simply closing a tab.
Again, delegate() is NULL. I don't
think this is a download issue, but something in Tab/WebContents.
> chrome.dll!WebContents::BeforeUnloadFiredFromRenderManager(bool
proceed=true, bool *
proceed_to_fire_unload=0x0012e893) Line 1425 + 0x22 bytes C++
chrome.dll!RenderViewHostManager::ShouldClosePage(bool proceed=true)
Line 382 + 0x1d bytes C++
chrome.dll!WebContents::ShouldClosePage(bool proceed=true) Line 307
C++
chrome.dll!RenderViewHost::OnMsgShouldCloseACK(bool proceed=true) Line
1225 + 0x1c bytes C++
chrome.dll!DispatchToMethod<RenderViewHost,void (__thiscall
RenderViewHost::*)(bool),bool>(RenderViewHost * obj=0x0513eae0, void
(bool)* method=0x01997920, const bool &
arg=true) Line 330 + 0xe bytes C++
chrome.dll!IPC::MessageWithTuple<bool>::Dispatch<RenderViewHost,void
(__thiscall
RenderViewHost::*)(bool)>(const IPC::Message * msg=0x05117770,
RenderViewHost * obj=0x0513eae0, void (bool)*
func=0x01997920) Line 995 + 0x11 bytes C++
chrome.dll!RenderViewHost::OnMessageReceived(const IPC::Message &
msg={...}) Line 696 + 0x12 bytes
C++
chrome.dll!RenderProcessHost::OnMessageReceived(const IPC::Message &
msg={...}) Line 624 + 0x13
bytes C++
chrome.dll!IPC::ChannelProxy::Context::OnDispatchMessage(const
IPC::Message & message={...}) Line
174 + 0x1b bytes C++
chrome.dll!DispatchToMethod<IPC::ChannelProxy::Context,void (__thiscall
IPC::ChannelProxy::Context::*)(IPC::Message const
&),IPC::Message>(IPC::ChannelProxy::Context *
obj=0x050ef170, void (const IPC::Message &)* method=0x013e4f60, const
Tuple1<IPC::Message> & arg={...})
Line 335 + 0xf bytes C++
chrome.dll!RunnableMethod<IPC::ChannelProxy::Context,void (__thiscall
IPC::ChannelProxy::Context::*)(IPC::Message const &),Tuple1<IPC::Message>
>::Run() Line 312 + 0x1e bytes
C++
chrome.dll!MessageLoop::RunTask(Task * task=0x05117748) Line 308 + 0xf
bytes C++
chrome.dll!MessageLoop::DeferOrRunPendingTask(const
MessageLoop::PendingTask & pending_task={...})
Line 319 C++
chrome.dll!MessageLoop::DoWork() Line 408 + 0xc bytes C++
chrome.dll!base::MessagePumpForUI::DoRunLoop() Line 208 + 0x1d bytes
C++
chrome.dll!base::MessagePumpWin::RunWithDispatcher(base::MessagePump::Delegate
*
delegate=0x0012f6b0, base::MessagePumpWin::Dispatcher *
dispatcher=0x05149960) Line 52 + 0xf bytes C++
chrome.dll!MessageLoop::RunInternal() Line 193 C++
chrome.dll!MessageLoop::RunHandler() Line 181 C++
chrome.dll!MessageLoopForUI::Run(base::MessagePumpWin::Dispatcher *
dispatcher=0x05149960) Line 559
C++
chrome.dll!BrowserMain(CommandLine & parsed_command_line={...}, int
show_command=1,
sandbox::BrokerServices * broker_services=0x00ea7c28) Line 581 C++
chrome.dll!ChromeMain(HINSTANCE__ * instance=0x00400000,
sandbox::SandboxInterfaceInfo *
sandbox_info=0x0012fea0, wchar_t * command_line=0x00020b1e, int
show_command=1) Line 224 + 0x14 bytes C++
chrome.exe!wWinMain(HINSTANCE__ * instance=0x00400000, HINSTANCE__ *
prev_instance=0x00000000,
wchar_t * command_line=0x00020b1e, int show_command=1) Line 93 + 0x18
bytes C++
chrome.exe!__tmainCRTStartup() Line 324 + 0x35 bytes C
chrome.exe!wWinMainCRTStartup() Line 196 C
[EMAIL PROTECTED]() + 0x23 bytes
--
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
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Chromium-bugs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/chromium-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---