WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 46077
46075
Assertion Failed in JSC::X86Assembler::linkJump
https://bugs.webkit.org/show_bug.cgi?id=46075
Summary
Assertion Failed in JSC::X86Assembler::linkJump
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
Add attachment
proposed patch, testcase, etc.
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.
Top of Page
Format For Printing
XML
Clone This Bug