[Webkit-unassigned] [Bug 124278] New: [sh4] JavaScript engine randomly crashes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 13 06:28:11 PST 2013


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

           Summary: [sh4] JavaScript engine randomly crashes
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jbriance at cisco.com


This uncommon case is seen when a flushConstantPool occurs in movlMemRegCompact.
As in this case a branch opcode and the constant pool are put before the movlMemRegCompact, the branch itself is patched when calling repatchCompact instead of the mov instruction, which is really bad.

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