[Webkit-unassigned] [Bug 172020] New: [WinCairo] ASSERTION FAILED: !m_resource->errorOccurred()
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu May 11 22:17:30 PDT 2017
https://bugs.webkit.org/show_bug.cgi?id=172020
Bug ID: 172020
Summary: [WinCairo] ASSERTION FAILED:
!m_resource->errorOccurred()
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Platform
Assignee: webkit-unassigned at lists.webkit.org
Reporter: Hironori.Fujii at sony.com
I see the following assertion faiure while loading https://maps.google.com/.
> ASSERTION FAILED: !m_resource->errorOccurred()
> C:\webkit\ga\Source\WebCore\loader\SubresourceLoader.cpp(395) : WebCore::SubresourceLoader::didReceiveDataOrBuffer
Callstack:
> WTF.dll!WTFCrash() Line 292 C++
> WebKit.dll!WebCore::SubresourceLoader::didReceiveDataOrBuffer(const char * data, int length, WTF::RefPtr<WebCore::SharedBuffer> && buffer, __int64 encodedDataLength, WebCore::DataPayloadType dataPayloadType) Line 395 C++
> WebKit.dll!WebCore::SubresourceLoader::didReceiveData(const char * data, unsigned int length, __int64 encodedDataLength, WebCore::DataPayloadType dataPayloadType) Line 373 C++
> WebKit.dll!WebCore::ResourceLoader::didReceiveData(WebCore::ResourceHandle * __formal, const char * data, unsigned int length, int encodedDataLength) Line 644 C++
> WebKit.dll!WebCore::writeCallback(void * ptr, unsigned __int64 size, unsigned __int64 nmemb, void * data) Line 346 C++
> libcurl.dll!Curl_client_chop_write(connectdata * conn, int type, char * ptr, unsigned __int64 len) Line 436 C
> libcurl.dll!readwrite_data(SessionHandle * data, connectdata * conn, SingleRequest * k, int * didwhat, bool * done) Line 742 C
> libcurl.dll!Curl_readwrite(connectdata * conn, SessionHandle * data, bool * done) Line 1064 C
> libcurl.dll!multi_runsingle(Curl_multi * multi, timeval now, SessionHandle * data) Line 1535 C
> libcurl.dll!curl_multi_perform(void * multi_handle, int * running_handles) Line 1811 C
> WebKit.dll!WebCore::ResourceHandleManager::downloadTimerCallback() Line 661 C++
> [External Code]
> WebKit.dll!WebCore::Timer::fired() Line 135 C++
> WebKit.dll!WebCore::ThreadTimers::sharedTimerFiredInternal() Line 121 C++
> WebKit.dll!WebCore::ThreadTimers::setSharedTimer::__l8::<lambda>() Line 70 C++
> [External Code]
> WebKit.dll!WebCore::MainThreadSharedTimer::fired() Line 53 C++
> WebKit.dll!WebCore::TimerWindowWndProc(HWND__ * hWnd, unsigned int message, unsigned __int64 wParam, __int64 lParam) Line 90 C++
> [External Code]
> WebKit.dll!WebKitMessageLoop::run(HACCEL__ * hAccelTable) Line 97 C++
> MiniBrowserLib.dll!wWinMain(HINSTANCE__ * hInstance, HINSTANCE__ * hPrevInstance, wchar_t * lpstrCmdLine, int nCmdShow) Line 189 C++
> MiniBrowserLib.dll!dllLauncherEntryPoint(HINSTANCE__ * hInstance, HINSTANCE__ * hPrevInstance, wchar_t * lpstrCmdLine, int nCmdShow) Line 857 C++
> MiniBrowser.exe!wWinMain(HINSTANCE__ * hInstance, HINSTANCE__ * hPrevInstance, wchar_t * lpstrCmdLine, int nCmdShow) Line 249 C++
> [External Code]
I tested with WinCairo port, debug build, trunk at 216673.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170512/c0eadc14/attachment-0001.html>
More information about the webkit-unassigned
mailing list