Bug 276079
Summary: | Crash under ServiceWorkerFetchTask::contextClosed() | ||
---|---|---|---|
Product: | WebKit | Reporter: | Chris Dumez <cdumez> |
Component: | WebKit2 | Assignee: | 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
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
<rdar://130856919>
Chris Dumez
Pull request: https://github.com/WebKit/WebKit/pull/30349
EWS
Committed 280600@main (821d1ca97303): <https://commits.webkit.org/280600@main>
Reviewed commits have been landed. Closing PR #30349 and removing active labels.