[Webkit-unassigned] [Bug 169136] New: We should only check for traps that we're able to handle.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 3 09:19:07 PST 2017


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

            Bug ID: 169136
           Summary: We should only check for traps that we're able to
                    handle.
    Classification: Unclassified
           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 execute methods in interpreter were checking for the existence of any traps (without masking) and only handling a subset of those via a mask.  This can result in a failed assertion on debug builds.

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


More information about the webkit-unassigned mailing list