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 98722
99356
ASSERTION FAILED: offset == invalidOffset || offset < inlineCapacity || isOutOfLineOffset(offset) : void JSC::checkOffset(PropertyOffset, PropertyOffset)
https://bugs.webkit.org/show_bug.cgi?id=99356
Summary
ASSERTION FAILED: offset == invalidOffset || offset < inlineCapacity || isOut...
Dimitris Apostolou
Reported
2012-10-15 13:09:14 PDT
Created
attachment 168766
[details]
Crash log.
r131324
Reproducibility: once Steps:
http://www.tmz.com
What happened: Assert failure. ASSERTION FAILED: offset == invalidOffset || offset < inlineCapacity || isOutOfLineOffset(offset) /Users/rex/WebKit/Source/JavaScriptCore/runtime/PropertyOffset.h(73) : void JSC::checkOffset(PropertyOffset, PropertyOffset) 1 0x1078319e8 JSC::checkOffset(int, int) 2 0x1078ad599 JSC::validateOffset(int, int) 3 0x1078ad2fe JSC::JSObject::offsetForLocation(JSC::WriteBarrierBase<JSC::Unknown>*) const 4 0x1078aaddb JSC::JSFunction::getOwnPropertySlot(JSC::JSCell*, JSC::ExecState*, JSC::PropertyName, JSC::PropertySlot&) 5 0x1078aa6e9 JSC::JSFunction::put(JSC::JSCell*, JSC::ExecState*, JSC::PropertyName, JSC::JSValue, JSC::PutPropertySlot&) 6 0x10778dda9 JSC::JSValue::put(JSC::ExecState*, JSC::PropertyName, JSC::JSValue, JSC::PutPropertySlot&) 7 0x107a26590 llint_slow_path_put_by_id 8 0x107a2f652 llint_op_put_by_id 9 0x10783a9b4 JSC::JITCode::execute(JSC::JSStack*, JSC::ExecState*, JSC::JSGlobalData*) 10 0x107836e0f JSC::Interpreter::execute(JSC::ProgramExecutable*, JSC::ExecState*, JSC::JSObject*) 11 0x10770ef33 JSC::evaluate(JSC::ExecState*, JSC::SourceCode const&, JSC::JSValue, JSC::JSValue*) 12 0x1091fbc52 WebCore::JSMainThreadExecState::evaluate(JSC::ExecState*, JSC::SourceCode const&, JSC::JSValue, JSC::JSValue*) 13 0x109a07933 WebCore::ScriptController::evaluateInWorld(WebCore::ScriptSourceCode const&, WebCore::DOMWrapperWorld*) 14 0x108bbc2a5 WebCore::Frame::injectUserScriptsForWorld(WebCore::DOMWrapperWorld*, WTF::Vector<WTF::OwnPtr<WebCore::UserScript>, 0ul> const&, WebCore::UserScriptInjectionTime) 15 0x108bbc0a0 WebCore::Frame::injectUserScripts(WebCore::UserScriptInjectionTime) 16 0x108bc8004 WebCore::FrameLoader::finishedParsing() 17 0x1088becf8 WebCore::Document::finishedParsing() 18 0x108db0101 WebCore::HTMLTreeBuilder::finished() 19 0x108ce5adc WebCore::HTMLDocumentParser::end() 20 0x108ce4c1f WebCore::HTMLDocumentParser::attemptToRunDeferredScriptsAndEnd() 21 0x108ce4a10 WebCore::HTMLDocumentParser::prepareToStopParsing() 22 0x108ce5b33 WebCore::HTMLDocumentParser::attemptToEnd() 23 0x108ce5b88 WebCore::HTMLDocumentParser::finish() 24 0x10892e078 WebCore::DocumentWriter::end() 25 0x10890a06f WebCore::DocumentLoader::finishedLoading() 26 0x10955851d WebCore::MainResourceLoader::didFinishLoading(double) 27 0x1095576b1 WebCore::MainResourceLoader::continueAfterContentPolicy(WebCore::PolicyAction, WebCore::ResourceResponse const&) 28 0x109557850 WebCore::MainResourceLoader::continueAfterContentPolicy(WebCore::PolicyAction) 29 0x10955777b WebCore::MainResourceLoader::callContinueAfterContentPolicy(void*, WebCore::PolicyAction) 30 0x1096ab989 WebCore::PolicyCallback::call(WebCore::PolicyAction) 31 0x1096ac7ad WebCore::PolicyChecker::continueAfterContentPolicy(WebCore::PolicyAction) Expected result: No assert failure.
Attachments
Crash log.
(71.36 KB, text/plain)
2012-10-15 13:09 PDT
,
Dimitris Apostolou
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Dimitris Apostolou
Comment 1
2012-10-15 13:15:30 PDT
Got the same with
https://developer.apple.com/downloads/index.action
Dominik Röttsches (drott)
Comment 2
2012-10-17 05:14:32 PDT
I propose to mark this duplicate of
bug 98722
since this one has revision information and best root cause info. *** This bug has been marked as a duplicate of
bug 98722
***
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