[Webkit-unassigned] [Bug 176299] WebCore::DocumentLoader m_subresourceLoaders infinite loop

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 4 14:52:41 PDT 2017


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

--- Comment #5 from Chris Dumez <cdumez at apple.com> ---
This usually happens when the HashTable gets corrupted. The most common reason for this happening is the application doing something wrong (usually using the WebKit API from a non-main thread).

The WebKit API is not thread safe and using it from non-main threads will lead to issues like this.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20171004/1f85734b/attachment.html>


More information about the webkit-unassigned mailing list