WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
276079
Crash under ServiceWorkerFetchTask::contextClosed()
https://bugs.webkit.org/show_bug.cgi?id=276079
Summary
Crash under ServiceWorkerFetchTask::contextClosed()
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
Add attachment
proposed patch, testcase, etc.
Chris Dumez
Comment 1
2024-07-01 10:25:35 PDT
<
rdar://130856919
>
Chris Dumez
Comment 2
2024-07-01 10:27:46 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/30349
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.
Top of Page
Format For Printing
XML
Clone This Bug