[Webkit-unassigned] [Bug 181956] New: ASSERT_NOT_REACHED in WebKit::ServiceWorkerClientFetch::didFinish()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 22 14:51:08 PST 2018


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

            Bug ID: 181956
           Summary: ASSERT_NOT_REACHED in
                    WebKit::ServiceWorkerClientFetch::didFinish()
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Service Workers
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ryanhaddad at apple.com

The following assertion failure was seen on iOS Simulator Debug WK2 with imported/w3c/web-platform-tests/service-workers/service-worker/navigation-redirect-body.https.html:

/Volumes/Data/slave/ios-simulator-11-debug/build/Source/WebCore/workers/service/server/SWServer.cpp(438) : void WebCore::SWServer::removeClientServiceWorkerRegistration(WebCore::SWServer::Connection &, ServiceWorkerRegistrationIdentifier)
SHOULD NEVER BE REACHED
/Volumes/Data/slave/ios-simulator-11-debug/build/Source/WebKit/WebProcess/Storage/ServiceWorkerClientFetch.cpp(165) : void WebKit::ServiceWorkerClientFetch::didFinish()
1   0x10f851f6d WTFCrash
2   0x1020f78fa WebKit::ServiceWorkerClientFetch::didFinish()
3   0x1020faf2e void IPC::callMemberFunctionImpl<WebKit::ServiceWorkerClientFetch, void (WebKit::ServiceWorkerClientFetch::*)(), std::__1::tuple<> >(WebKit::ServiceWorkerClientFetch*, void (WebKit::ServiceWorkerClientFetch::*)(), std::__1::tuple<>&&, std::__1::integer_sequence<unsigned long>)
4   0x1020faea0 void IPC::callMemberFunction<WebKit::ServiceWorkerClientFetch, void (WebKit::ServiceWorkerClientFetch::*)(), std::__1::tuple<>, std::__1::integer_sequence<unsigned long> >(std::__1::tuple<>&&, WebKit::ServiceWorkerClientFetch*, void (WebKit::ServiceWorkerClientFetch::*)())
5   0x1020f9a6d void IPC::handleMessage<Messages::ServiceWorkerClientFetch::DidFinish, WebKit::ServiceWorkerClientFetch, void (WebKit::ServiceWorkerClientFetch::*)()>(IPC::Decoder&, WebKit::ServiceWorkerClientFetch*, void (WebKit::ServiceWorkerClientFetch::*)())
6   0x1020f9346 WebKit::ServiceWorkerClientFetch::didReceiveMessage(IPC::Connection&, IPC::Decoder&)
7   0x102816fda WebKit::WebServiceWorkerProvider::didReceiveServiceWorkerClientFetchMessage(IPC::Connection&, IPC::Decoder&)
8   0x1028cbbc0 WebKit::WebToStorageProcessConnection::didReceiveMessage(IPC::Connection&, IPC::Decoder&)
9   0x101d16b33 IPC::Connection::dispatchMessage(IPC::Decoder&)
10  0x101d0c758 IPC::Connection::dispatchMessage(std::__1::unique_ptr<IPC::Decoder, std::__1::default_delete<IPC::Decoder> >)
11  0x101d1713a IPC::Connection::dispatchOneMessage()
12  0x101d2ef5d IPC::Connection::enqueueIncomingMessage(std::__1::unique_ptr<IPC::Decoder, std::__1::default_delete<IPC::Decoder> >)::$_14::operator()()
13  0x101d2eeb9 WTF::Function<void ()>::CallableWrapper<IPC::Connection::enqueueIncomingMessage(std::__1::unique_ptr<IPC::Decoder, std::__1::default_delete<IPC::Decoder> >)::$_14>::call()
14  0x10f86e22b WTF::Function<void ()>::operator()() const
15  0x10f8b19fd WTF::RunLoop::performWork()
16  0x10f8b21b4 WTF::RunLoop::performWork(void*)
17  0x10625c2b1 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__
18  0x1062fbd31 __CFRunLoopDoSource0
19  0x106240c19 __CFRunLoopDoSources0
20  0x1062401ff __CFRunLoopRun
21  0x10623fa89 CFRunLoopRunSpecific
22  0x1015d9e5e -[NSRunLoop(NSRunLoop) runMode:beforeDate:]
23  0x1015d9d39 -[NSRunLoop(NSRunLoop) run]
24  0x107d4f0d9 _xpc_objc_main
25  0x107d514cb xpc_main
26  0x10152dbfe main
27  0x1079fad81 start
28  0x1

https://build.webkit.org/results/Apple%20iOS%2011%20Simulator%20Debug%20WK2%20(Tests)/r227349%20(2246)/results.html

-- 
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/20180122/50ec0c8a/attachment-0001.html>


More information about the webkit-unassigned mailing list