[Webkit-unassigned] [Bug 165082] [SOUP] Network process crash in WebKit::CustomProtocolManagerImpl::didFailWithError
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jan 4 22:48:46 PST 2017
https://bugs.webkit.org/show_bug.cgi?id=165082
--- Comment #18 from Carlos Garcia Campos <cgarcia at igalia.com> ---
(In reply to comment #14)
> (In reply to comment #12)
> > ...and setCustomProtocolManager to call the
> > std::unique_ptr constructor explicitly.
> Woah, definitely don't do this. Use unique_ptr properly if we make this
> change.
>
> Why not just make the soup custom protocol handler thread safe? I think it
> would be strange to have one port be a work queue message receiver and one
> port not.
Because we don't want jumps from one thread to the other and mutexes if we can just use the main thread.
--
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/20170105/c4015273/attachment.html>
More information about the webkit-unassigned
mailing list