Status: Untriaged Owner: [email protected] Labels: Type-Bug Pri-2 OS-All Area-Misc
New issue 8324 by [email protected]: Crash when browsing to a specific page in --single-process mode http://code.google.com/p/chromium/issues/detail?id=8324 What steps will reproduce the problem? 1. Start chrome in --single-process mode 2. Browse to: http://nativeclient.googlecode.com/svn/trunk/nacl/googleclient/native_clien t/documentation/nacl_paper.pdf 3. Crash! :-) What is the expected output? What do you see instead? I would like to see this page as I do in normal multi process mode. :-) Please use labels and text to provide additional information. This was introduced by a fix to http://crbug.com/5403 The browser doesn't hang in normal mode anymore, but it crashes instantly in --single-process mode... With following call stack. Might be related to http://crbug.com/8275 which crashes elsewhere but on the same object type... > chrome.dll!WebPluginImpl::didReceiveResponse(WebCore::ResourceHandle * handle=0x06601168, const WebCore::ResourceResponse & response={...}) Line 993 + 0x30 bytes C++ chrome.dll!WebCore::ResourceHandleInternal::OnReceivedResponse(const webkit_glue::ResourceLoaderBridge::ResponseInfo & info={...}, bool content_filtered=false) Line 554 + 0x25 bytes C++ chrome.dll!ResourceDispatcher::OnReceivedResponse(int request_id=0x0000001b, const ResourceResponseHead & response_head={...}) Line 333 + 0x15 bytes C++ chrome.dll!DispatchToMethod<ResourceDispatcher,void (__thiscall ResourceDispatcher::*)(int,ResourceResponseHead const &),int,ResourceResponseHead>(ResourceDispatcher * obj=0x067cb848, void (int, const ResourceResponseHead &)* method=0x01c5d430, const Tuple2<int,ResourceResponseHead> & arg={...}) Line 398 + 0x15 bytes C++ chrome.dll!IPC::MessageWithTuple<Tuple2<int,ResourceResponseHead> > ::Dispatch<ResourceDispatcher,void (__thiscall ResourceDispatcher::*)(int,ResourceResponseHead const &)>(const IPC::Message * msg=0x0663dde0, ResourceDispatcher * obj=0x067cb848, void (int, const ResourceResponseHead &)* func=0x01c5d430) Line 1157 + 0x14 bytes C++ chrome.dll!ResourceDispatcher::DispatchMessageW(const IPC::Message & message={...}) Line 461 + 0x12 bytes C++ chrome.dll!ResourceDispatcher::OnMessageReceived(const IPC::Message & message={...}) Line 278 C++ chrome.dll!RenderView::OnMessageReceived(const IPC::Message & message={...}) Line 340 + 0x19 bytes C++ chrome.dll!MessageRouter::RouteMessage(const IPC::Message & msg={...}) Line 39 + 0x13 bytes C++ chrome.dll!MessageRouter::OnMessageReceived(const IPC::Message & msg={...}) Line 30 + 0x13 bytes C++ chrome.dll!ChildThread::OnMessageReceived(const IPC::Message & msg={...}) Line 64 + 0x17 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=0x04dc0da0, void (const IPC::Message &)* method=0x01cd1210, const Tuple1<IPC::Message> & arg={...}) Line 393 + 0xf bytes C++ chrome.dll!RunnableMethod<IPC::ChannelProxy::Context,void (__thiscall IPC::ChannelProxy::Context::*)(IPC::Message const &),Tuple1<IPC::Message> > ::Run() Line 308 + 0x1e bytes C++ chrome.dll!MessageLoop::RunTask(Task * task=0x0663ddb8) 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::Deleg ate * delegate=0x0541feb4, base::MessagePumpWin::Dispatcher * dispatcher=0x00000000) Line 52 + 0xf bytes C++ chrome.dll!base::MessagePumpWin::Run(base::MessagePump::Delegate * delegate=0x0541feb4) Line 78 + 0x1c bytes C++ chrome.dll!MessageLoop::RunInternal() Line 197 + 0x2a bytes C++ chrome.dll!MessageLoop::RunHandler() Line 181 C++ chrome.dll!MessageLoop::Run() Line 155 C++ chrome.dll!base::Thread::ThreadMain() Line 159 C++ chrome.dll!`anonymous namespace'::ThreadFunc(void * closure=0x04dc0714) Line 26 + 0xf bytes C++ kernel32.dll!_basethreadst...@8() + 0x37 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 --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
