[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
Sat Sep 10 17:22:15 PDT 2016


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

Michael Catanzaro <mcatanzaro at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mcatanzaro at igalia.com,
                   |                            |mrobinson at webkit.org,
                   |                            |tonikitoo at webkit.org,
                   |                            |yoon at igalia.com,
                   |                            |zan at falconsigh.net

--- Comment #1 from Michael Catanzaro <mcatanzaro at igalia.com> ---
I added a print statement:

if (iterator == atomicStringTable.end())
WTFLogAlways("******%s********", string->utf8(LenientConversion).data());
    ASSERT_WITH_MESSAGE(iterator != atomicStringTable.end(), "The string being removed is atomic in the string table of an other thread!");

The next time I saw the crash, the string printed was "u_projectionMatrix"

That's a local variable in WebCore/platform/graphics/texmap/TextureMapperShaderProgram.cpp. I have no clue what this file is doing, but it looks like some serious black magic.

-- 
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/20160911/ecc90fe7/attachment.html>


More information about the webkit-unassigned mailing list