Bug 164921
Summary: | [GTK] Web process crash in WebCore::ResourceHandle::clearClient | ||
---|---|---|---|
Product: | WebKit | Reporter: | Michael Catanzaro <mcatanzaro> |
Component: | Media | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | bugs-noreply, cgarcia, clopez, mcatanzaro |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | PC | ||
OS: | Linux | ||
See Also: | https://bugzilla.redhat.com/show_bug.cgi?id=1375754 |
Michael Catanzaro
Web process crash in WebCore::ResourceHandle::clearClient. 20 reports of this:
Truncated backtrace:
Thread no. 1 (8 frames)
#0 std::unique_ptr<WebCore::ResourceHandleInternal, std::default_delete<WebCore::ResourceHandleInternal> >::get at /usr/include/c++/6.1.1/bits/unique_ptr.h:305
#1 std::unique_ptr<WebCore::ResourceHandleInternal, std::default_delete<WebCore::ResourceHandleInternal> >::operator-> at /usr/include/c++/6.1.1/bits/unique_ptr.h:299
#2 WebCore::ResourceHandle::clearClient at /usr/src/debug/webkitgtk-2.12.4/Source/WebCore/platform/network/ResourceHandle.cpp:153
#3 ResourceHandleStreamingClient::<lambda()>::operator() at /usr/src/debug/webkitgtk-2.12.4/Source/WebCore/platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:1087
#4 std::_Function_handler<void(), ResourceHandleStreamingClient::ResourceHandleStreamingClient(WebKitWebSrc*, WebCore::ResourceRequest&&)::<lambda()> >::_M_invoke(const std::_Any_data &) at /usr/include/c++/6.1.1/functional:1740
#5 std::function<void ()>::operator()() const at /usr/include/c++/6.1.1/functional:2136
#6 WTF::threadEntryPoint at /usr/src/debug/webkitgtk-2.12.4/Source/WTF/wtf/Threading.cpp:58
#7 WTF::wtfThreadEntryPoint at /usr/src/debug/webkitgtk-2.12.4/Source/WTF/wtf/ThreadingPthreads.cpp:164
Full backtrace downstream.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Carlos Garcia Campos
Are those 20 reports from 2.12? This looks like HLS issue, it's probably fixed already in 2.14 *if* you have a recent enough GStreamer too.
Michael Catanzaro
(In reply to comment #1)
> Are those 20 reports from 2.12? This looks like HLS issue, it's probably
> fixed already in 2.14 *if* you have a recent enough GStreamer too.
I checked and our analysis server thinks it was fixed in 2.12.5. Closing this.
Carlos Alberto Lopez Perez
Cant this be related to bug 169725 ?
Michael Catanzaro
Looks like it
*** This bug has been marked as a duplicate of bug 169725 ***
Carlos Alberto Lopez Perez
(In reply to Carlos Garcia Campos from comment #1)
> Are those 20 reports from 2.12? This looks like HLS issue, it's probably
> fixed already in 2.14 *if* you have a recent enough GStreamer too.
On bug 169725 the reporter says to be using Gstreamer 1.10.4 (last stable version as of today)