[Webkit-unassigned] [Bug 167876] [Soup] Deadlock in NetworkProcess

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 6 06:06:01 PST 2017


https://bugs.webkit.org/show_bug.cgi?id=167876

--- Comment #2 from Carlos Garcia Campos <cgarcia at igalia.com> ---
According to myself in https://bugs.webkit.org/show_bug.cgi?id=85880#c9 the mutex is needed, because glib will use a thread to implement read_async, and webkitSoupRequestInputStreamAddData can be called from other thread. Before r210374, that thread was the message work queue, that's why this never happened. Now it's the main thread, so I guess we just need to release the lock.

-- 
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/20170206/3fb498ce/attachment.html>


More information about the webkit-unassigned mailing list