RESOLVED INVALID 158025
REGRESSION(r201318?) com.apple.WebCore crash in WebCore::Location::setHref under GuardMalloc
https://bugs.webkit.org/show_bug.cgi?id=158025
Summary REGRESSION(r201318?) com.apple.WebCore crash in WebCore::Location::setHref un...
Ryan Haddad
Reported 2016-05-24 10:31:53 PDT
Truncating crashlog due to infinite recursion Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 com.apple.WebCore 0x0000000113f3192c WebCore::Location::setHref(WebCore::DOMWindow&, WebCore::DOMWindow&, WTF::String const&) + 28 1 com.apple.WebCore 0x000000011387bfaf WebCore::setJSDocumentLocation(JSC::ExecState*, long long, long long) + 303 2 com.apple.JavaScriptCore 0x000000010f6fb4f0 JSC::callCustomSetter(JSC::ExecState*, bool (*)(JSC::ExecState*, long long, long long), bool, JSC::JSValue, JSC::JSValue) + 160 3 com.apple.JavaScriptCore 0x000000010fef3e61 JSC::putEntry(JSC::ExecState*, JSC::HashTableValue const*, JSC::JSObject*, JSC::JSObject*, JSC::PropertyName, JSC::JSValue, JSC::PutPropertySlot&) + 545 4 com.apple.JavaScriptCore 0x000000010fee6c44 JSC::JSObject::putInlineSlow(JSC::ExecState*, JSC::PropertyName, JSC::JSValue, JSC::PutPropertySlot&) + 1236 5 com.apple.JavaScriptCore 0x000000010f6d7c58 JSC::JSObject::putInline(JSC::JSCell*, JSC::ExecState*, JSC::PropertyName, JSC::JSValue, JSC::PutPropertySlot&) + 1016 6 com.apple.JavaScriptCore 0x000000010f6d3704 JSC::JSValue::putInline(JSC::ExecState*, JSC::PropertyName, JSC::JSValue, JSC::PutPropertySlot&) + 260 7 com.apple.JavaScriptCore 0x000000010ffbc415 llint_slow_path_put_by_id + 485 8 com.apple.JavaScriptCore 0x000000010ffc9583 llint_entry + 13247 9 com.apple.JavaScriptCore 0x000000010ffc5fae vmEntryToJavaScript + 334 10 com.apple.JavaScriptCore 0x000000010fdd495a JSC::JITCode::execute(JSC::VM*, JSC::ProtoCallFrame*) + 218 11 com.apple.JavaScriptCore 0x000000010fd62f25 JSC::Interpreter::executeCall(JSC::ExecState*, JSC::JSObject*, JSC::CallType, JSC::CallData const&, JSC::JSValue, JSC::ArgList const&) + 997 12 com.apple.JavaScriptCore 0x000000010f61032e JSC::call(JSC::ExecState*, JSC::JSValue, JSC::CallType, JSC::CallData const&, JSC::JSValue, JSC::ArgList const&) + 190 13 com.apple.JavaScriptCore 0x000000010feebb78 JSC::JSValue JSC::callToPrimitiveFunction<(JSC::TypeHintMode)1>(JSC::ExecState*, JSC::JSObject const*, JSC::PropertyName, JSC::PreferredPrimitiveType) + 344 14 com.apple.JavaScriptCore 0x000000010feeb7cb JSC::JSObject::ordinaryToPrimitive(JSC::ExecState*, JSC::PreferredPrimitiveType) const + 155 15 com.apple.JavaScriptCore 0x000000010fee3f13 JSC::JSObject::defaultValue(JSC::JSObject const*, JSC::ExecState*, JSC::PreferredPrimitiveType) + 35 16 com.apple.JavaScriptCore 0x000000010feebd8a JSC::JSObject::toPrimitive(JSC::ExecState*, JSC::PreferredPrimitiveType) const + 170 17 com.apple.JavaScriptCore 0x000000010fe3a6f1 JSC::JSCell::toPrimitive(JSC::ExecState*, JSC::PreferredPrimitiveType) const + 145 18 com.apple.JavaScriptCore 0x000000010fe3cc98 JSC::JSValue::toStringSlowCase(JSC::ExecState*, bool) const + 728 19 com.apple.JavaScriptCore 0x000000010f4ce120 JSC::JSValue::toString(JSC::ExecState*) const + 96 20 com.apple.JavaScriptCore 0x000000010fe3cf80 JSC::JSValue::toWTFStringSlowCase(JSC::ExecState*) const + 464 21 com.apple.WebCore 0x00000001127aeb6f JSC::JSValue::toWTFString(JSC::ExecState*) const + 111 22 com.apple.WebCore 0x000000011387bf43 WebCore::setJSDocumentLocation(JSC::ExecState*, long long, long long) + 195
Attachments
Ryan Haddad
Comment 1 2016-05-24 10:38:01 PDT
Observed with LayoutTest fast/dom/navigation-with-sideeffects.html
Note You need to log in before you can comment on or make changes to this bug.