[Webkit-unassigned] [Bug 180535] New: Crash under WebCore::SWServer::invokeRunServiceWorker seen on bots
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Dec 7 10:40:03 PST 2017
https://bugs.webkit.org/show_bug.cgi?id=180535
Bug ID: 180535
Summary: Crash under WebCore::SWServer::invokeRunServiceWorker
seen on bots
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: joepeck at webkit.org
CC: beidson at apple.com, cdumez at apple.com,
webkit-bug-importer at group.apple.com, youennf at gmail.com
Created attachment 328704
--> https://bugs.webkit.org/attachment.cgi?id=328704&action=review
Crash Log
Crash under WebCore::SWServer::invokeRunServiceWorker seen on bots
iOS-sim EWS bot encountered this crash:
https://bugs.webkit.org/show_bug.cgi?id=180520#c4
Crash: (full log attached)
> Identifier: com.apple.WebKit.Storage.Development
> Version: 605+ (605.1.17+)
> Code Type: X86-64 (Native)
> Parent Process: launchd_sim [45616]
> Responsible: com.apple.WebKit.Storage.Development [46873]
>
> Date/Time: 2017-12-06 22:30:17.372 -0800
> OS Version: Mac OS X 10.12.6 (16G1036)
>
> Exception Type: EXC_BAD_ACCESS (SIGSEGV)
> Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000010
> Exception Note: EXC_CORPSE_NOTIFY
>
> Application Specific Information:
> CoreSimulator 494.13.6 - Device: iPhone 5s WebKit Tester4 - Runtime: iOS 11.0 (15A372) - DeviceType: iPhone 5s
>
> Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
> 0 com.apple.WebCore 0x00000001186052ed WebCore::SecurityOriginDataHash::hash(WebCore::SecurityOriginData const&) + 13 (RefPtr.h:71)
> 1 com.apple.WebCore 0x00000001191e1f6f WebCore::ServiceWorkerRegistrationKey::hash() const + 15 (ServiceWorkerRegistrationKey.cpp:50)
> 2 com.apple.WebCore 0x00000001191f5d94 WTF::KeyValuePair<WebCore::ServiceWorkerRegistrationKey, std::__1::unique_ptr<WebCore::SWServerRegistration, std::__1::default_delete<WebCore::SWServerRegistration> > >* WTF::HashTable<WebCore::ServiceWorkerRegistrationKey, WTF::KeyValuePair<WebCore::ServiceWorkerRegistrationKey, std::__1::unique_ptr<WebCore::SWServerRegistration, std::__1::default_delete<WebCore::SWServerRegistration> > >, WTF::KeyValuePairKeyExtractor<WTF::KeyValuePair<WebCore::ServiceWorkerRegistrationKey, std::__1::unique_ptr<WebCore::SWServerRegistration, std::__1::default_delete<WebCore::SWServerRegistration> > > >, WTF::ServiceWorkerRegistrationKeyHash, WTF::HashMap<WebCore::ServiceWorkerRegistrationKey, std::__1::unique_ptr<WebCore::SWServerRegistration, std::__1::default_delete<WebCore::SWServerRegistration> >, WTF::ServiceWorkerRegistrationKeyHash, WTF::HashTraits<WebCore::ServiceWorkerRegistrationKey>, WTF::HashTraits<std::__1::unique_ptr<WebCore::SWServerRegistration, std::__1::default_delete<WebCore::SWServerRegistration> > > >::KeyValuePairTraits, WTF::HashTraits<WebCore::ServiceWorkerRegistrationKey> >::lookup<WTF::HashMapTranslatorAdapter<WTF::HashMap<WebCore::ServiceWorkerRegistrationKey, std::__1::unique_ptr<WebCore::SWServerRegistration, std::__1::default_delete<WebCore::SWServerRegistration> >, WTF::ServiceWorkerRegistrationKeyHash, WTF::HashTraits<WebCore::ServiceWorkerRegistrationKey>, WTF::HashTraits<std::__1::unique_ptr<WebCore::SWServerRegistration, std::__1::default_delete<WebCore::SWServerRegistration> > > >::KeyValuePairTraits, WTF::IdentityHashTranslator<WTF::HashMap<WebCore::ServiceWorkerRegistrationKey, std::__1::unique_ptr<WebCore::SWServerRegistration, std::__1::default_delete<WebCore::SWServerRegistration> >, WTF::ServiceWorkerRegistrationKeyHash, WTF::HashTraits<WebCore::ServiceWorkerRegistrationKey>, WTF::HashTraits<std::__1::unique_ptr<WebCore::SWServerRegistration, std::__1::default_delete<WebCore::SWServerRegistration> > > >::KeyValuePairTraits, WTF::ServiceWorkerRegistrationKeyHash> >, WebCore::ServiceWorkerRegistrationKey>(WebCore::ServiceWorkerRegistrationKey const&) + 36 (ServiceWorkerRegistrationKey.h:94)
> 3 com.apple.WebCore 0x00000001191ee64e WebCore::SWServer::invokeRunServiceWorker(WTF::ObjectIdentifier<WebCore::ServiceWorkerIdentifierType>) + 302 (HashMap.h:308)
> 4 com.apple.WebKit 0x000000010e93b5ca WebKit::WebSWServerConnection::startFetch(unsigned long long, std::optional<WTF::ObjectIdentifier<WebCore::ServiceWorkerIdentifierType> >, WebCore::ResourceRequest const&, WebCore::FetchOptions const&, IPC::FormDataReference const&) + 54 (WebSWServerConnection.cpp:122)
> 5 com.apple.WebKit 0x000000010e940516 void IPC::callMemberFunctionImpl<WebKit::WebSWServerConnection, void (WebKit::WebSWServerConnection::*)(unsigned long long, std::optional<WTF::ObjectIdentifier<WebCore::ServiceWorkerIdentifierType> >, WebCore::ResourceRequest const&, WebCore::FetchOptions const&, IPC::FormDataReference const&), std::__1::tuple<unsigned long long, std::optional<WTF::ObjectIdentifier<WebCore::ServiceWorkerIdentifierType> >, WebCore::ResourceRequest, WebCore::FetchOptions, IPC::FormDataReference>, 0ul, 1ul, 2ul, 3ul, 4ul>(WebKit::WebSWServerConnection*, void (WebKit::WebSWServerConnection::*)(unsigned long long, std::optional<WTF::ObjectIdentifier<WebCore::ServiceWorkerIdentifierType> >, WebCore::ResourceRequest const&, WebCore::FetchOptions const&, IPC::FormDataReference const&), std::__1::tuple<unsigned long long, std::optional<WTF::ObjectIdentifier<WebCore::ServiceWorkerIdentifierType> >, WebCore::ResourceRequest, WebCore::FetchOptions, IPC::FormDataReference>&&, std::__1::integer_sequence<unsigned long, 0ul, 1ul, 2ul, 3ul, 4ul>) + 84 (HandleMessage.h:41)
> 6 com.apple.WebKit 0x000000010e93e0ad void IPC::handleMessage<Messages::WebSWServerConnection::StartFetch, WebKit::WebSWServerConnection, void (WebKit::WebSWServerConnection::*)(unsigned long long, std::optional<WTF::ObjectIdentifier<WebCore::ServiceWorkerIdentifierType> >, WebCore::ResourceRequest const&, WebCore::FetchOptions const&, IPC::FormDataReference const&)>(IPC::Decoder&, WebKit::WebSWServerConnection*, void (WebKit::WebSWServerConnection::*)(unsigned long long, std::optional<WTF::ObjectIdentifier<WebCore::ServiceWorkerIdentifierType> >, WebCore::ResourceRequest const&, WebCore::FetchOptions const&, IPC::FormDataReference const&)) + 212 (utility:889)
> 7 com.apple.WebKit 0x000000010e7aa2ee WebKit::StorageToWebProcessConnection::didReceiveMessage(IPC::Connection&, IPC::Decoder&) + 134
> 8 com.apple.WebKit 0x000000010e6b892d IPC::Connection::dispatchMessage(std::__1::unique_ptr<IPC::Decoder, std::__1::default_delete<IPC::Decoder> >) + 119 (memory:2581)
> 9 com.apple.WebKit 0x000000010e6bb0a4 IPC::Connection::dispatchOneMessage() + 176 (Connection.cpp:959)
> 10 JavaScriptCore 0x000000011653e67f WTF::RunLoop::performWork() + 175 (Function.h:56)
> 11 JavaScriptCore 0x000000011653e8b2 WTF::RunLoop::performWork(void*) + 34 (RunLoopCF.cpp:39)
> 12 com.apple.CoreFoundation 0x000000010fa952b1 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
--
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/20171207/37d1d2e0/attachment.html>
More information about the webkit-unassigned
mailing list