Bug 124233

Summary: [sh4] ASSERTION FAILED in fast/regex/pcre-test-1 test
Product: WebKit Reporter: Julien Brianceau <jbriance>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, msaboff
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Fix load32WithUnalignedHalfWords function in sh4 baseline JIT. none

Description Julien Brianceau 2013-11-12 14:24:26 PST
ASSERTION FAILED occurs in fast/regex/pcre-test-1 test for sh4 architecture

    [...]
    PASS regex131.exec(input0); is results
    PASS regex131.exec(input1); is results
    PASS regex132.exec(input0); is results
    PASS regex132.exec(input1); is results
    ASSERTION FAILED: (m_claimscratchReg != 0x3)
    /home/ubuntu/work/sh4/webkit-dbg/Source/JavaScriptCore/assembler/SH4Assembler.h(386) : JSC::SH4Assembler::RegisterID JSC::SH4Assembler::claimScratch()
Comment 1 Julien Brianceau 2013-11-12 14:32:07 PST
Created attachment 216726 [details]
Fix load32WithUnalignedHalfWords function in sh4 baseline JIT.
Comment 2 WebKit Commit Bot 2013-11-12 15:07:32 PST
Comment on attachment 216726 [details]
Fix load32WithUnalignedHalfWords function in sh4 baseline JIT.

Clearing flags on attachment: 216726

Committed r159153: <http://trac.webkit.org/changeset/159153>
Comment 3 WebKit Commit Bot 2013-11-12 15:07:33 PST
All reviewed patches have been landed.  Closing bug.