Bug 46075 - Assertion Failed in JSC::X86Assembler::linkJump
Summary: Assertion Failed in JSC::X86Assembler::linkJump
Status: RESOLVED DUPLICATE of bug 46077
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac (Intel) OS X 10.6
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-19 22:25 PDT by Alex Mathews
Modified: 2010-09-20 11:46 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Mathews 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
Comment 1 Alex Mathews 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.
Comment 2 Alex Mathews 2010-09-19 22:30:22 PDT
And this time I forgot to specify the build revision of r67834. Apologies.
Comment 3 Alexey Proskuryakov 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 ***