Bug 151469
Summary: | Re-enable imported/w3c/html-templates/parsing-html-templates/creating-an-element-for-the-token/template-owner-document.html and friends | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryan Haddad <ryanhaddad> |
Component: | JavaScriptCore | Assignee: | Anne van Kesteren <annevk> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | annevk, fpizlo, ggaren, rniwa, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 154614 |
Ryan Haddad
imported/w3c/html-templates/parsing-html-templates/creating-an-element-for-the-token/template-owner-document.html is flaky crasher
Most recent crashing run:
<https://build.webkit.org/builders/Apple%20El%20Capitan%20Debug%20WK2%20(Tests)/builds/1234>
Full crashlog:
<https://build.webkit.org/results/Apple%20El%20Capitan%20Debug%20WK2%20(Tests)/r192665%20(1234)/imported/w3c/html-templates/parsing-html-templates/creating-an-element-for-the-token/template-owner-document-crash-log.txt>
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 com.apple.JavaScriptCore 0x000000010b5c6eb0 JSC::WriteBarrierBase<JSC::JSString>::get() const + 16 (WriteBarrier.h:92)
1 com.apple.JavaScriptCore 0x000000010bcd85c4 void JSC::SlotVisitor::append<JSC::JSString>(JSC::WriteBarrierBase<JSC::JSString>*) + 36 (SlotVisitorInlines.h:69)
2 com.apple.JavaScriptCore 0x000000010bcd7d00 JSC::JSPropertyNameEnumerator::visitChildren(JSC::JSCell*, JSC::SlotVisitor&) + 176 (JSPropertyNameEnumerator.cpp:93)
3 com.apple.JavaScriptCore 0x000000010bf72476 JSC::SlotVisitor::visitChildren(JSC::JSCell const*) + 294 (SlotVisitor.cpp:183)
4 com.apple.JavaScriptCore 0x000000010bf712e1 JSC::SlotVisitor::drain() + 225 (SlotVisitor.cpp:217)
5 com.apple.JavaScriptCore 0x000000010bf71d62 JSC::SlotVisitor::donateAndDrain() + 34 (SlotVisitor.cpp:355)
6 com.apple.JavaScriptCore 0x000000010bacc1e2 JSC::Heap::visitConservativeRoots(JSC::ConservativeRoots&) + 114 (Heap.cpp:725)
7 com.apple.JavaScriptCore 0x000000010bacbcf0 JSC::Heap::markRoots(double, void*, void*, int (&) [37]) + 544 (Heap.cpp:578)
8 com.apple.JavaScriptCore 0x000000010bacdd4a JSC::Heap::collectImpl(JSC::HeapOperation, void*, void*, int (&) [37]) + 1082 (Heap.cpp:1075)
9 com.apple.JavaScriptCore 0x000000010bacd8cd JSC::Heap::collect(JSC::HeapOperation) + 141 (Heap.cpp:1026)
10 com.apple.JavaScriptCore 0x000000010b42a2b8 JSC::Heap::collectIfNecessaryOrDefer() + 56 (HeapInlines.h:285)
11 com.apple.JavaScriptCore 0x000000010b5e9a6f JSC::CopiedSpace::allocateBlock() + 31 (CopiedSpaceInlines.h:140)
12 com.apple.JavaScriptCore 0x000000010b5e866d JSC::CopiedSpace::tryAllocateSlowCase(unsigned long, void**) + 205 (CopiedSpace.cpp:93)
13 com.apple.JavaScriptCore 0x000000010b42b021 JSC::CopiedSpace::tryAllocate(unsigned long, void**) + 257 (CopiedSpaceInlines.h:156)
14 com.apple.JavaScriptCore 0x000000010b42ab4a JSC::Heap::tryAllocateStorage(JSC::JSCell*, unsigned long, void**) + 74 (HeapInlines.h:232)
15 com.apple.JavaScriptCore 0x000000010bcd8250 JSC::JSPropertyNameEnumerator::finishCreation(JSC::VM&, unsigned int, unsigned int, WTF::PassRefPtr<JSC::PropertyNameArrayData>) + 192 (JSPropertyNameEnumerator.cpp:77)
16 com.apple.JavaScriptCore 0x000000010bcd8145 JSC::JSPropertyNameEnumerator::create(JSC::VM&, JSC::Structure*, unsigned int, unsigned int, JSC::PropertyNameArray&) + 261 (JSPropertyNameEnumerator.cpp:53)
17 com.apple.JavaScriptCore 0x000000010b5c3e2e JSC::propertyNameEnumerator(JSC::ExecState*, JSC::JSObject*) + 734 (JSPropertyNameEnumerator.h:146)
18 com.apple.JavaScriptCore 0x000000010bbe0c2b operationGetPropertyEnumerator + 107 (JITOperations.cpp:2081)
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/23622739>
Ryan Haddad
Marked as flaky on mac in <https://trac.webkit.org/r192670>
Anne van Kesteren
Pull request: https://github.com/WebKit/WebKit/pull/21265
EWS
Committed 271486@main (4b191bdb2a91): <https://commits.webkit.org/271486@main>
Reviewed commits have been landed. Closing PR #21265 and removing active labels.