[Webkit-unassigned] [Bug 204987] New: Remove invalid assertion in FTL's allocateJSArray().

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Dec 7 09:32:29 PST 2019


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

            Bug ID: 204987
           Summary: Remove invalid assertion in FTL's allocateJSArray().
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mark.lam at apple.com

The assertion (in the compiler thread) does not take into account that the mutator may be in the process of transiting to HavingABadTime.  As a result, the assertion may fail intermittently.  The assertion is just bad and should be removed.

<rdar://problem/57280725>

-- 
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/20191207/545fe3a3/attachment.htm>


More information about the webkit-unassigned mailing list