Bug 46075

Summary: Assertion Failed in JSC::X86Assembler::linkJump
Product: WebKit Reporter: Alex Mathews <possessedpenguinbob>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: ap
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac (Intel)   
OS: OS X 10.6   

Alex Mathews
Reported 2010-09-19 22:25:17 PDT
adm$ ./run-safari --debug Starting Safari with DYLD_FRAMEWORK_PATH set to point to built WebKit in /Users/adm/Documents/Xcode/Webkit/WebKitBuild/Debug. ASSERTION FAILED: to.m_offset != -1 (/Users/adm/Documents/Xcode/Webkit/JavaScriptCore/assembler/X86Assembler.h:1535 void JSC::X86Assembler::linkJump(JSC::X86Assembler::JmpSrc, JSC::X86Assembler::JmpDst)) 67834
Attachments
Alex Mathews
Comment 1 2010-09-19 22:29:07 PDT
Sorry, accidentally hit Enter Compiled a Debug Build using the script on my MBP running Snow Leopard. adm$ ./run-safari --debug Starting Safari with DYLD_FRAMEWORK_PATH set to point to built WebKit in /Users/adm/Documents/Xcode/Webkit/WebKitBuild/Debug. This opened to an empty window as it should. Then I navigated to www.google.com, as a relatively innocuous website, and this assertion occurred: ASSERTION FAILED: to.m_offset != -1 (/Users/adm/Documents/Xcode/Webkit/JavaScriptCore/assembler/X86Assembler.h:1535 void JSC::X86Assembler::linkJump(JSC::X86Assembler::JmpSrc, JSC::X86Assembler::JmpDst)) Then Safari hung for awhile and finally crashed.
Alex Mathews
Comment 2 2010-09-19 22:30:22 PDT
And this time I forgot to specify the build revision of r67834. Apologies.
Alexey Proskuryakov
Comment 3 2010-09-20 11:46:16 PDT
Should be fixed in the next nightly, thanks for the report! *** This bug has been marked as a duplicate of bug 46077 ***
Note You need to log in before you can comment on or make changes to this bug.