Bug 161201
Summary: | ASSERTION FAILED: url.containsOnlyASCII() | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryan Haddad <ryanhaddad> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | achristensen |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Ryan Haddad
ASSERTION FAILED: url.containsOnlyASCII()
/Volumes/Data/slave/elcapitan-debug/build/Source/WebCore/platform/URL.cpp(414) : void WebCore::checkEncodedString(const WTF::String &)
1 0x10c315140 WTFCrash
2 0x1138ebee1 WebCore::checkEncodedString(WTF::String const&)
3 0x1138e632a WebCore::URL::parse(WTF::String const&)
4 0x1138eb97d WebCore::URL::setQuery(WTF::String const&)
5 0x1124d7d38 WebCore::URLUtils<WebCore::DOMURL>::setSearch(WTF::String const&)
6 0x1124d606e WebCore::setJSDOMURLSearch(JSC::ExecState*, long long, long long)
7 0x10b60a640 JSC::callCustomSetter(JSC::ExecState*, bool (*)(JSC::ExecState*, long long, long long), bool, JSC::JSValue, JSC::JSValue)
8 0x10b60a716 JSC::callCustomSetter(JSC::ExecState*, JSC::JSValue, bool, JSC::JSObject*, JSC::JSValue, JSC::JSValue)
9 0x10be2cf56 JSC::JSObject::putInlineSlow(JSC::ExecState*, JSC::PropertyName, JSC::JSValue, JSC::PutPropertySlot&)
10 0x10b5e7739 JSC::JSObject::putInline(JSC::JSCell*, JSC::ExecState*, JSC::PropertyName, JSC::JSValue, JSC::PutPropertySlot&)
11 0x10b5e38f4 JSC::JSValue::putInline(JSC::ExecState*, JSC::PropertyName, JSC::JSValue, JSC::PutPropertySlot&)
12 0x10bd102a4 JSC::putByVal(JSC::ExecState*, JSC::JSValue, JSC::JSValue, JSC::JSValue, JSC::ByValInfo*)
13 0x10bd0ff62 operationPutByValGeneric
14 0x53392a9d2aa2
15 0x53392a9c1cfc
16 0x53392a9d0eb2
17 0x10bf21c3b llint_entry
18 0x10bf21cb5 llint_entry
19 0x10bf220fd llint_entry
20 0x10bf220fd llint_entry
21 0x10bf1abbe vmEntryToJavaScript
22 0x10bd0088a JSC::JITCode::execute(JSC::VM*, JSC::ProtoCallFrame*)
23 0x10bc849f5 JSC::Interpreter::executeCall(JSC::ExecState*, JSC::JSObject*, JSC::CallType, JSC::CallData const&, JSC::JSValue, JSC::ArgList const&)
24 0x10b51face JSC::call(JSC::ExecState*, JSC::JSValue, JSC::CallType, JSC::CallData const&, JSC::JSValue, JSC::ArgList const&)
25 0x10b51fb33 JSC::call(JSC::ExecState*, JSC::JSValue, JSC::CallType, JSC::CallData const&, JSC::JSValue, JSC::ArgList const&, WTF::NakedPtr<JSC::Exception>&)
26 0x10b51fd2b JSC::profiledCall(JSC::ExecState*, JSC::ProfilingReason, JSC::JSValue, JSC::CallType, JSC::CallData const&, JSC::JSValue, JSC::ArgList const&, WTF::NakedPtr<JSC::Exception>&)
27 0x1123ccafb WebCore::JSMainThreadExecState::profiledCall(JSC::ExecState*, JSC::ProfilingReason, JSC::JSValue, JSC::CallType, JSC::CallData const&, JSC::JSValue, JSC::ArgList const&, WTF::NakedPtr<JSC::Exception>&)
28 0x11258ffe0 WebCore::JSEventListener::handleEvent(WebCore::ScriptExecutionContext*, WebCore::Event*)
29 0x111c3f833 WebCore::EventTarget::fireEventListeners(WebCore::Event&, WTF::Vector<WTF::RefPtr<WebCore::RegisteredEventListener>, 1ul, WTF::CrashOnOverflow, 16ul>)
30 0x111c3f3f8 WebCore::EventTarget::fireEventListeners(WebCore::Event&)
31 0x111c3f289 WebCore::EventTarget::dispatchEvent(WebCore::Event&)
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ryan Haddad
Encountered on mac-wk1 debug with newly imported test: imported/w3c/web-platform-tests/url/url-setters.html
https://build.webkit.org/results/Apple%20El%20Capitan%20Debug%20WK1%20(Tests)/r204968%20(7857)/results.html
Ryan Haddad
*** This bug has been marked as a duplicate of bug 161176 ***