[Webkit-unassigned] [Bug 174814] [WinCairo] ASSERTION FAILED: The string being removed is atomic in the string table of an other thread!

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 25 20:38:44 PDT 2017


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

--- Comment #3 from Fujii Hironori <Hironori.Fujii at sony.com> ---
The type of ResourceResponseBase::m_httpStatusText is AtomicString.
ResourceHandleInternal::didReceiveHeaderLine calls setHTTPStatusText in the curl thread.
And, the AtomicString is destructed in main thread.

-- 
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/20170726/6483a9e6/attachment.html>


More information about the webkit-unassigned mailing list