[Webkit-unassigned] [Bug 55516] Possible data race on JSC::Yarr::Interpreter::interpret

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 1 23:17:14 PST 2011


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





--- Comment #2 from Gavin Barraclough <barraclough at apple.com>  2011-03-01 23:17:14 PST ---
I'm afraid I don't fully understand what this tool is indicating.

Yarr::Interpreter::DisjunctionContext is not a data structure that should be accessed from multiple threads - it is either allocated on the machine stack, or an a bump pointer allocator that is per JSGlobalData.  I'd need more info to diagnose an issue that needed addressing here.

-- 
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