Bug 93603
Summary: | [EFL] Several http/tests/xmlviewer/dumpAsText/ tests are crashing | ||
---|---|---|---|
Product: | WebKit | Reporter: | Mikhail Pozdnyakov <mikhail.pozdnyakov> |
Component: | WebKit EFL | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | lucas.de.marchi |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Mikhail Pozdnyakov
Several http/tests/xmlviewer/dumpAsText/ tests are crashing after r125149.
http/tests/xmlviewer/dumpAsText/xmlviewer.xml
http/tests/xmlviewer/dumpAsText/xmlviewer-charset-cp1251.xml
http/tests/xmlviewer/dumpAsText/xlink.xml
http/tests/xmlviewer/dumpAsText/xul.xml
http/tests/xmlviewer/dumpAsText/xmlviewer-charset-utf8.xml
crash log for DumpRenderTree (pid 20851):
STDOUT: CONSOLE MESSAGE: Unsafe JavaScript attempt to access frame with URL http://127.0.0.1:8000/xmlviewer/dumpAsText/xmlviewer-charset-cp1251.xml from frame with URL http://127.0.0.1:8000/xmlviewer/dumpAsText/xmlviewer-charset-cp1251.xml. Domains, protocols and ports must match.
STDOUT:
STDOUT: CONSOLE MESSAGE: line 50: TypeError: 'undefined' is not an object (evaluating 'Node.DOCUMENT_TYPE_NODE')
STDERR: 1 0x7f9141613bb3
STDERR: 2 0x7f91387d5cb0
STDERR: 3 0x7f913cd15e7a WebCore::TreeShared<WebCore::Node, WebCore::ContainerNode>::refCount() const
STDERR: 4 0x7f913cd2b7b4 WebCore::ContainerNode::appendChild(WTF::PassRefPtr<WebCore::Node>, int&, bool)
STDERR: 5 0x7f913d75af03 WebCore::XMLTreeViewer::transformDocumentToTreeView()
STDERR: 6 0x7f913d784826 WebCore::XMLDocumentParser::doEnd()
STDERR: 7 0x7f913d77f92a WebCore::XMLDocumentParser::end()
STDERR: 8 0x7f913d77fa22 WebCore::XMLDocumentParser::finish()
STDERR: 9 0x7f913d134de8 WebCore::DocumentWriter::end()
STDERR: 10 0x7f913d125821 WebCore::DocumentLoader::finishedLoading()
STDERR: 11 0x7f913d15e139 WebCore::MainResourceLoader::didFinishLoading(double)
STDERR: 12 0x7f913d16ffd1 WebCore::ResourceLoader::didFinishLoading(WebCore::ResourceHandle*, double)
STDERR: 13 0x7f913dc2c180
STDERR: 14 0x7f913499b765
STDERR: 15 0x7f91349b08cd g_simple_async_result_complete
STDERR: 16 0x7f91349b09fc
STDERR: 17 0x7f91351d8e53 g_main_context_dispatch
STDERR: 18 0x7f913908223e
STDERR: 19 0x7f913907c7b1
STDERR: 20 0x7f913907d245
STDERR: 21 0x7f913907d547 ecore_main_loop_begin
STDERR: 22 0x478c0d
STDERR: 23 0x478deb
STDERR: 24 0x479444 main
STDERR: 25 0x7f9137cde76d __libc_start_main
STDERR: 26 0x465169
STDERR: LEAK: 1 RenderObject
STDERR: LEAK: 1 Page
STDERR: LEAK: 1 Frame
STDERR: LEAK: 12 WebCoreNode
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Mikhail Pozdnyakov
Crashes have gone after clean build. Closing.