[Webkit-unassigned] [Bug 190895] New: [curl] ASSERTION FAILED: !m_didNotifyResponse || m_multipartHandle

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 24 18:49:03 PDT 2018


https://bugs.webkit.org/show_bug.cgi?id=190895

            Bug ID: 190895
           Summary: [curl] ASSERTION FAILED: !m_didNotifyResponse ||
                    m_multipartHandle
           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
                CC: Basuke.Suzuki at sony.com

[curl] ASSERTION FAILED: !m_didNotifyResponse || m_multipartHandle

Some test cases are failing due to hitting this assertion failure.

https://build.webkit.org/results/WinCairo%2064-bit%20WKL%20Debug%20(Tests)/r237400%20(986)/results.html
https://build.webkit.org/results/WinCairo%2064-bit%20WKL%20Debug%20(Tests)/r237400%20(986)/http/tests/xmlhttprequest/response-access-on-error-crash-log.txt

> ASSERTION FAILED: !m_didNotifyResponse || m_multipartHandle
> ..\..\Source\WebCore\platform\network\curl\CurlRequest.cpp(553) : WebCore::CurlRequest::invokeDidReceiveResponse
> 1   00007FF94CE3221A WTFCrash
> 2   00007FF930925CC1 WTFCrashWithInfo
> 3   00007FF9329D6216 WebCore::CurlRequest::invokeDidReceiveResponse
> 4   00007FF9329D5674 WebCore::CurlRequest::didCompleteTransfer
> 5   00007FF933F021CA <lambda_5806470903b2870987393fc72f55f7e5>::operator()
> 6   00007FF933F0323B WTF::Function<void __cdecl(WebCore::CurlRequestSchedulerClient *)>::CallableWrapper<<lambda_5806470903b2870987393fc72f55f7e5> >::call
> 7   00007FF933F023C4 WTF::Function<void __cdecl(WebCore::CurlRequestSchedulerClient *)>::operator()
> 8   00007FF933F020B0 <lambda_1da8f92f09c065ef17064f00a6de3c5d>::operator()
> 9   00007FF933F0313F WTF::Function<void __cdecl(void)>::CallableWrapper<<lambda_1da8f92f09c065ef17064f00a6de3c5d> >::call
> 10  00007FF930925598 WTF::Function<void __cdecl(void)>::operator()
> 11  00007FF933EFCD2C WebCore::CurlRequestScheduler::executeTasks
> 12  00007FF933EFCF12 WebCore::CurlRequestScheduler::workerThread
> 13  00007FF933F022EB <lambda_f9d7a5b486f6e184d8e42c552b16bba4>::operator()
> 14  00007FF933F032BF WTF::Function<void __cdecl(void)>::CallableWrapper<<lambda_f9d7a5b486f6e184d8e42c552b16bba4> >::call
> 15  00007FF94CE49E07 WTF::Function<void __cdecl(void)>::operator()
> 16  00007FF94CEBCB3E WTF::Thread::entryPoint
> 17  00007FF94CF3E058 WTF::wtfThreadEntryPoint
> 18  00007FF94BC5DC05 iswascii
> 19  00007FF9531F1FE4 BaseThreadInitThunk
> 20  00007FF965A2EF91 RtlUserThreadStart

-- 
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/20181025/26036d95/attachment.html>


More information about the webkit-unassigned mailing list