[Webkit-unassigned] [Bug 57090] [V8] Possible data race problem in v8/WorkerScriptController (reported by tsan)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 25 08:48:36 PDT 2011


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





--- Comment #2 from Dmitry Titov <dimich at chromium.org>  2011-03-25 08:48:36 PST ---
Adding a lock to this accessor does not prevent  the possibility of the flag being flipped right after the exit from the accessor. In this case using the v8 proxy returned would have same results as not having a lock.
Let me take a better look, i think this code is ok without locking, need to verify.

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