Bug 97698
Summary: | DownloadManager crash in multipart tests | ||
---|---|---|---|
Product: | WebKit | Reporter: | Jussi Kukkonen (jku) <jussi.kukkonen> |
Component: | WebKit EFL | Assignee: | Jussi Kukkonen (jku) <jussi.kukkonen> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | cdumez, lucas.de.marchi |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Jussi Kukkonen (jku)
Using the patch for multipart enabling in bug 94515, there's a crash on efl port in these:
http/tests/multipart/multipart-replace-non-html-content
http/tests/multipart/policy-ignore-crash.php
crash log for WebProcess (pid <unknown>):
STDOUT: <empty>
STDERR: ASSERTION FAILED: m_downloads.contains(download->downloadID())
STDERR: /home/jku/intel/src/WebKit/Source/WebKit2/WebProcess/Downloads/DownloadManager.cpp(76) : void WebKit::DownloadManager::downloadFinished(WebKit::Download*)
STDERR: 1 0x7ffa062381e5 WebKit::DownloadManager::downloadFinished(WebKit::Download*)
STDERR: 2 0x7ffa0623684b WebKit::Download::didFail(WebCore::ResourceError const&, CoreIPC::DataReference const&)
STDERR: 3 0x7ffa062fa17b WebKit::DownloadClient::downloadFailed(WebCore::ResourceError const&)
STDERR: 4 0x7ffa062fa5f0 WebKit::DownloadClient::didReceiveResponse(WebCore::ResourceHandle*, WebCore::ResourceResponse const&)
STDERR: 5 0x7ffa062f9a1b WebKit::Download::startWithHandle(WebKit::WebPage*, WebCore::ResourceHandle*, WebCore::ResourceResponse const&)
STDERR: 6 0x7ffa062380b1 WebKit::DownloadManager::convertHandleToDownload(unsigned long, WebKit::WebPage*, WebCore::ResourceHandle*, WebCore::ResourceRequest const&, WebCore::ResourceResponse const&)
STDERR: 7 0x7ffa062a3168 WebKit::WebFrame::convertHandleToDownload(WebCore::ResourceHandle*, WebCore::ResourceRequest const&, WebCore::ResourceResponse const&)
STDERR: 8 0x7ffa062815bc WebKit::WebFrameLoaderClient::download(WebCore::ResourceHandle*, WebCore::ResourceRequest const&, WebCore::ResourceResponse const&)
STDERR: 9 0x7ffa09257970 WebCore::MainResourceLoader::continueAfterContentPolicy(WebCore::PolicyAction, WebCore::ResourceResponse const&)
STDERR: 10 0x7ffa09257ea6 WebCore::MainResourceLoader::continueAfterContentPolicy(WebCore::PolicyAction)
STDERR: 11 0x7ffa09257de0 WebCore::MainResourceLoader::callContinueAfterContentPolicy(void*, WebCore::PolicyAction)
STDERR: 12 0x7ffa0925c8b6 WebCore::PolicyCallback::call(WebCore::PolicyAction)
STDERR: 13 0x7ffa0925d6f9 WebCore::PolicyChecker::continueAfterContentPolicy(WebCore::PolicyAction)
STDERR: 14 0x7ffa062a3021 WebKit::WebFrame::didReceivePolicyDecision(unsigned long, WebCore::PolicyAction, unsigned long)
STDERR: 15 0x7ffa0627ea1d WebKit::WebFrameLoaderClient::dispatchDecidePolicyForResponse(void (WebCore::PolicyChecker::*)(WebCore::PolicyAction), WebCore::ResourceResponse const&, WebCore::ResourceRequest const&)
STDERR: 16 0x7ffa0925d1b4 WebCore::PolicyChecker::checkContentPolicy(WebCore::ResourceResponse const&, void (*)(void*, WebCore::PolicyAction), void*)
STDERR: 17 0x7ffa092584c2 WebCore::MainResourceLoader::didReceiveResponse(WebCore::ResourceResponse const&)
STDERR: 18 0x7ffa0926ae2f WebCore::ResourceLoader::didReceiveResponse(WebCore::ResourceHandle*, WebCore::ResourceResponse const&)
STDERR: 19 0x7ffa09d8041c
STDERR: 20 0x7ffa03fb9e7e g_simple_async_result_complete
STDERR: 21 0x7ffa03fb9f18
STDERR: 22 0x7ffa040ef695 g_main_context_dispatch
STDERR: 23 0x7ffa03bb7b67
STDERR: 24 0x7ffa03bb21d4
STDERR: 25 0x7ffa03bb2c95
STDERR: 26 0x7ffa03bb2f97 ecore_main_loop_begin
STDERR: 27 0x7ffa09d67f6d WebCore::RunLoop::run()
STDERR: 28 0x7ffa062fc450 WebProcessMainEfl
STDERR: 29 0x40096c main
STDERR: 30 0x7ffa047ceead __libc_start_main
STDERR: 31 0x400869
STDERR: LEAK: 1 WebPageProxy
STDERR: LEAK: 1 WebContext
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Chris Dumez
Looks like a duplicate of Bug 97565.
Jussi Kukkonen (jku)
Yes it does, thanks.
*** This bug has been marked as a duplicate of bug 97565 ***