[Webkit-unassigned] [Bug 186237] New: FunctionRareData::m_objectAllocationProfileWatchpoint is racy

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jun 2 10:31:09 PDT 2018


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

            Bug ID: 186237
           Summary: FunctionRareData::m_objectAllocationProfileWatchpoint
                    is racy
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: fpizlo at apple.com

We initialize it blind and let it go into auto-watch mode once the DFG adds a watchpoint, but that means that we never notice that it fired if it fires between when the DFG decides to watch it and when it actually adds the watchpoint.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180602/9d415f60/attachment.html>


More information about the webkit-unassigned mailing list