[Webkit-unassigned] [Bug 133553] [Win] Debug builds of TestWebKitAPI are crashing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 25 12:54:03 PDT 2014


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





--- Comment #6 from Brent Fulgham <bfulgham at webkit.org>  2014-09-25 12:54:02 PST ---
The bug seems to be caused by the following line in Node.cpp:

DEFINE_DEBUG_ONLY_GLOBAL(HashSet<Node*>, ignoreSet, );

The static destructor on this seems to get called after the Concurrency system on Windows has already torn down the mutex, resulting in the error.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list