[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
Tue Sep 13 09:50:26 PDT 2016


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

--- Comment #4 from Michael Catanzaro <mcatanzaro at igalia.com> ---
(In reply to comment #3)
> On what thread is the assertion occurring?

The main thread.

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

Sad.

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

Yes.

> Using static NeverDestroyed<AtomicString> objects would probably fix this.

OK, probably!

-- 
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/181d24f5/attachment.html>


More information about the webkit-unassigned mailing list