Bug 276079

Summary: Crash under ServiceWorkerFetchTask::contextClosed()
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: WebKit2Assignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: kkinnunen, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Chris Dumez
Reported 2024-07-01 10:25:27 PDT
Crash under ServiceWorkerFetchTask::contextClosed(): ``` 3 WTF::ObjectIdentifierGenericBase<unsigned long long>::toUInt64() const ==> 3 WebKit::ServiceWorkerFetchTask::contextClosed() <== 3 WebKit::WebSWServerToContextConnection::~WebSWServerToContextConnection() 3 WebKit::WebSWServerToContextConnection::~WebSWServerToContextConnection() 3 WebKit::WebSWServerToContextConnection::operator delete(WebKit::WebSWServerToContextConnection*, std::destroying_delete_t, unsigned long) 3 std::__1::default_delete<WebKit::WebSWServerToContextConnection>::operator()[abi:sn180100](WebKit::WebSWServerToContextConnection*) const 3 std::__1::unique_ptr<WebKit::WebSWServerToContextConnection, std::__1::default_delete<WebKit::WebSWServerToContextConnection>>::reset[abi:sn180100](WebKit::WebSWServerToContextConnection*) 3 std::__1::unique_ptr<WebKit::WebSWServerToContextConnection, std::__1::default_delete<WebKit::WebSWServerToContextConnection>>::operator=[abi:sn180100](std::nullptr_t) pruning: 2 WebKit::NetworkConnectionToWebProcess::serviceWorkerServerToContextConnectionNoLongerNeeded() pruning: 1 WebKit::NetworkConnectionToWebProcess::didClose(IPC::Connection&) ```
Attachments
Chris Dumez
Comment 1 2024-07-01 10:25:35 PDT
Chris Dumez
Comment 2 2024-07-01 10:27:46 PDT
EWS
Comment 3 2024-07-02 16:51:09 PDT
Committed 280600@main (821d1ca97303): <https://commits.webkit.org/280600@main> Reviewed commits have been landed. Closing PR #30349 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.