[Webkit-unassigned] [Bug 161800] ASSERTION FAILED: The string being removed is atomic in the string table of an other thread! iterator != atomicStringTable.end() at Source/WTF/wtf/text/AtomicStringImpl.cpp(453)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 12 23:26:44 PDT 2016


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

--- Comment #3 from Zan Dobersek <zan at falconsigh.net> ---
On what thread is the assertion occurring?

These AtomicString objects should be constructed on the composition thread, and added to the AtomicString table for that thread.

I assume the destruction of these is happening on the main thread, via at-exit handlers.

Using static NeverDestroyed<AtomicString> objects would probably fix 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/20160913/2824ca26/attachment-0001.html>


More information about the webkit-unassigned mailing list