[Webkit-unassigned] [Bug 183488] New: testmasm crashes in testBranchTruncateDoubleToInt32() on ARM64

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 8 17:21:25 PST 2018


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

            Bug ID: 183488
           Summary: testmasm crashes in testBranchTruncateDoubleToInt32()
                    on ARM64
           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: msaboff at apple.com

The code was written by adjusting sp down by 8 bytes.  ARM64 hardware asserts that sp is 16 byte align when used as the destination of the load/store.  The fix is to keep the stack aligned.

-- 
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/20180309/dda5b5b5/attachment.html>


More information about the webkit-unassigned mailing list