Comment #58 on issue 26754 by [email protected]: Chrome crash : AppCacheDispatcherHost::Initialize(IPC::Message::Sender*, int, int) http://code.google.com/p/chromium/issues/detail?id=26754
Seems like the IPC channel is being taken down from within PluginChannelBase::OnChannelError due to IPC::ChannelProxy::Context::OnDispatchError being called - IPC::SyncChannel::Send is failling, IPC::SyncChannel::SendWithTimeout is getting false for context->Pop(). Something then tries to reuse that channel by name before the actual IPC channe is reestablished. -- 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
