[Webkit-unassigned] [Bug 167003] REGRESSION(r202615?): [GStreamer] ASSERTION FAILED: isMainThread() in WebCore::BuiltinResourceHandleConstructorMap& WebCore::builtinResourceHandleConstructorMap()
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jan 30 10:08:49 PST 2017
https://bugs.webkit.org/show_bug.cgi?id=167003
Carlos Garcia Campos <cgarcia at igalia.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |cgarcia at igalia.com
--- Comment #6 from Carlos Garcia Campos <cgarcia at igalia.com> ---
(In reply to comment #5)
> Comment on attachment 300089 [details]
> Patch
>
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=300089&action=review
>
> > Source/WebCore/ChangeLog:13
> > + (ResourceHandleStreamingClient::ResourceHandleStreamingClient): Create a SoupNetworkSession and apss it to ResourceHandle::create().
>
> apss -> pass
>
> > Source/WebCore/platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:1086
> > +#else
> > m_resource = ResourceHandle::create(nullptr /*context*/, request, this, true, false);
> > +#endif
>
> But this is always going to crash in the non-soup case.
Yes, downstreams will have to do their own thing I guess. I can't do more in upstream.
> Since there are zero non-soup ports using GStreamer (even Sony wants to
> avoid GStreamer), you should make it mandatory instead of leaving this
> broken code here for new ports to stumble upon. If you don't want to do
> that, then at the very least use RELEASE_ASSERT_NOT_REACHED() and add a
> FIXME.
I'll add an ASSERT, I don't see why crashing a release build because of that, it has always worked in release, I don't think this is fatal at all.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170130/2b6571fd/attachment-0001.html>
More information about the webkit-unassigned
mailing list