Bug 112617
Summary: | http/tests/navigation/navigation-redirect-schedule-crash.html asserts sometimes | ||
---|---|---|---|
Product: | WebKit | Reporter: | Simon Fraser (smfr) <simon.fraser> |
Component: | Page Loading | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WORKSFORME | ||
Severity: | Normal | CC: | ap |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Simon Fraser (smfr)
http://build.webkit.org/results/Apple%20MountainLion%20(Leaks)/r146098%20(3654)/results.html
http://build.webkit.org/results/Apple%20MountainLion%20(Leaks)/r146098%20(3654)/http/tests/navigation/navigation-redirect-schedule-crash-crash-log.txt
Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x00000000bbadbeef
VM Regions Near 0xbbadbeef:
-->
__TEXT 0000000102192000-000000010222c000 [ 616K] r-x/rwx SM=COW /Volumes/VOLUME/*
Application Specific Information:
CRASHING TEST: /navigation/navigation-redirect-schedule-crash.html
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 com.apple.WebKit 0x00000001035d4546 WebDataSourcePrivate::~WebDataSourcePrivate() + 166 (WebDataSource.mm:84)
1 com.apple.WebKit 0x00000001035d3ea5 WebDataSourcePrivate::~WebDataSourcePrivate() + 21 (WebDataSource.mm:87)
2 com.apple.WebKit 0x00000001035d2e14 -[WebDataSource dealloc] + 196 (WebDataSource.mm:386)
3 com.apple.CoreFoundation 0x00007fff9a4cc28a CFRelease + 170
4 com.apple.WebKit 0x00000001035db2e5 WebDocumentLoaderMac::releaseDataSource() + 149 (WebDocumentLoaderMac.mm:135)
5 com.apple.WebKit 0x00000001035db247 WebDocumentLoaderMac::detachFromFrame() + 71 (WebDocumentLoaderMac.mm:89)
6 com.apple.WebCore 0x00000001043e20d2 WebCore::FrameLoader::setProvisionalDocumentLoader(WebCore::DocumentLoader*) + 338 (FrameLoader.cpp:1673)
7 com.apple.WebCore 0x00000001043eadc8 WebCore::FrameLoader::stopAllLoaders(WebCore::ClearProvisionalItemPolicy) + 552 (FrameLoader.cpp:1570)
8 com.apple.WebCore 0x00000001043ee1ce WebCore::FrameLoader::frameDetached() + 30 (FrameLoader.cpp:2402)
9 com.apple.WebCore 0x00000001045a9785 WebCore::HTMLFrameOwnerElement::disconnectContentFrame() + 69 (HTMLFrameOwnerElement.cpp:85)
10 com.apple.WebCore 0x0000000103e6b2e7 WebCore::ChildFrameDisconnector::disconnectCollectedFrameOwners() + 151 (ContainerNodeAlgorithms.h:311)
11 com.apple.WebCore 0x0000000103e67d3c WebCore::ChildFrameDisconnector::disconnect(WebCore::ChildFrameDisconnector::DisconnectPolicy) + 172 (ContainerNodeAlgorithms.h:337)
12 com.apple.WebCore 0x0000000103e65162 WebCore::willRemoveChildren(WebCore::ContainerNode*) + 258 (ContainerNode.cpp:477)
13 com.apple.WebCore 0x0000000103e64ce4 WebCore::ContainerNode::removeChildren() + 148 (ContainerNode.cpp:610)
14 com.apple.WebCore 0x00000001040a47a2 WebCore::Document::implicitOpen() + 34 (Document.cpp:2308)
15 com.apple.WebCore 0x00000001040a0077 WebCore::Document::open(WebCore::Document*) + 407 (Document.cpp:2273)
16 com.apple.WebCore 0x0000000104a2e3cc WebCore::JSHTMLDocument::open(JSC::ExecState*) + 508 (JSHTMLDocumentCustom.cpp:127)
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
This doesn't appear to happen any more on bots, will remove the expectation.