[Webkit-unassigned] [Bug 165082] [SOUP] Crash in WebKit::CustomProtocolManagerImpl::didFailWithError
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jan 3 02:16:15 PST 2017
https://bugs.webkit.org/show_bug.cgi?id=165082
Carlos Garcia Campos <cgarcia at igalia.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |cgarcia at igalia.com
--- Comment #5 from Carlos Garcia Campos <cgarcia at igalia.com> ---
There is one thing I don't understand from the backtrace, the main thread is a WorkQueue thread. How can this happen?
So what happen seems to be that CustomProtocolManager messages are handled in the work queue thread instead of the real main thread. Other IPC messages are handled in the real main thread (Thread 11) and we have two threads using CustomProtocolManager at the same time. Another thing is why we ping custom uri schemes, though. I need a way to reproduce this.
--
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/20170103/23058546/attachment.html>
More information about the webkit-unassigned
mailing list