Bug 149565
Summary: | [SOUP] Crash in WebKit::CustomProtocolManagerImpl::didReceiveResponse | ||
---|---|---|---|
Product: | WebKit | Reporter: | Michael Catanzaro <mcatanzaro> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | cgarcia, mario, mcatanzaro |
Priority: | P2 | ||
Version: | Other | ||
Hardware: | PC | ||
OS: | Linux | ||
See Also: | https://bugzilla.redhat.com/show_bug.cgi?id=1262905 |
Michael Catanzaro
Full backtrace downstream.
Truncated backtrace:
Thread no. 1 (10 frames)
#0 WebKit::CustomProtocolManagerImpl::didReceiveResponse at /usr/src/debug/webkitgtk-2.8.5/Source/WebKit2/Shared/Network/CustomProtocols/soup/CustomProtocolManagerImpl.cpp:176
#1 callMemberFunctionImpl<WebKit::CustomProtocolManager, void (WebKit::CustomProtocolManager::*)(unsigned long, WebCore::ResourceResponse const&, unsigned int), std::tuple<unsigned long, WebCore::ResourceResponse, unsigned int>, 0ul, 1ul, 2ul> at /usr/src/debug/webkitgtk-2.8.5/Source/WebKit2/Platform/IPC/HandleMessage.h:16
#2 callMemberFunction<WebKit::CustomProtocolManager, void (WebKit::CustomProtocolManager::*)(unsigned long, WebCore::ResourceResponse const&, unsigned int), std::tuple<unsigned long, WebCore::ResourceResponse, unsigned int>, std::make_index_sequence<3ul> > at /usr/src/debug/webkitgtk-2.8.5/Source/WebKit2/Platform/IPC/HandleMessage.h:22
#3 IPC::handleMessage<Messages::CustomProtocolManager::DidReceiveResponse, WebKit::CustomProtocolManager, void (WebKit::CustomProtocolManager::*)(unsigned long, WebCore::ResourceResponse const&, unsigned int)> at /usr/src/debug/webkitgtk-2.8.5/Source/WebKit2/Platform/IPC/HandleMessage.h:92
#4 WebKit::CustomProtocolManager::didReceiveMessage at /usr/src/debug/webkitgtk-2.8.5/x86_64-redhat-linux-gnu/DerivedSources/WebKit2/CustomProtocolManagerMessageReceiver.cpp:52
#5 IPC::Connection::dispatchWorkQueueMessageReceiverMessage at /usr/src/debug/webkitgtk-2.8.5/Source/WebKit2/Platform/IPC/Connection.cpp:308
#6 operator() at /usr/include/c++/5.1.1/functional:2271
#7 WTF::GMainLoopSource::voidCallback at /usr/src/debug/webkitgtk-2.8.5/Source/WTF/wtf/gobject/GMainLoopSource.cpp:365
#8 WTF::GMainLoopSource::voidSourceCallback at /usr/src/debug/webkitgtk-2.8.5/Source/WTF/wtf/gobject/GMainLoopSource.cpp:456
#13 operator() at /usr/include/c++/5.1.1/functional:2271
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Carlos Garcia Campos
This could be the one Mario promised he was going to fix :-P
Michael Catanzaro
No reports of this in Fedora since 2.10.4, so closing this. But note that it is similar to bug #165082 and bug #165655.