WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
296237
Crash under SWServer::forEachClientForOrigin()
https://bugs.webkit.org/show_bug.cgi?id=296237
Summary
Crash under SWServer::forEachClientForOrigin()
Chris Dumez
Reported
2025-07-19 16:47:50 PDT
Crash under SWServer::forEachClientForOrigin(): ``` ==> 4 WTF::Detail::CallableWrapper<WebCore::SWServer::advancedPrivacyProtectionsFromClient(WebCore::ClientOrigin const&) const::$_0, void, WebCore::ServiceWorkerClientData const&>::call(WebCore::ServiceWorkerClientData const&) (WebCore) <== 4 WTF::Function<void (WebCore::ServiceWorkerClientData const&)>::operator()(WebCore::ServiceWorkerClientData const&) const (WebCore) 4 void WebCore::forEachClientForOriginImpl<WebCore::ServiceWorkerClientData const, WTF::HashMap<WebCore::ProcessQualified<WTF::UUID>, WTF::UniqueRef<WebCore::ServiceWorkerClientData>, WTF::DefaultHash<WebCore::ProcessQualified<WTF::UUID>>, WTF::HashTraits<WebCore::ProcessQualified<WTF::UUID>>, WTF::HashTraits<WTF::UniqueRef<WebCore::ServiceWorkerClientData>>, WTF::HashTableTraits, (WTF::ShouldValidateKey)1, WTF::FastMalloc> const>(WTF::Vector<WebCore::ProcessQualified<WTF::UUID>, 0ul, WTF::CrashOnOverflow, 16ul, WTF::FastMalloc> const&, WTF::HashMap<WebCore::ProcessQualified<WTF::UUID>, WTF::UniqueRef<WebCore::ServiceWorkerClientData>, WTF::DefaultHash<WebCore::ProcessQualified<WTF::UUID>>, WTF::HashTraits<WebCore::ProcessQualified<WTF::UUID>>, WTF::HashTraits<WTF::UniqueRef<WebCore::ServiceWorkerClientData>>, WTF::HashTableTraits, (WTF::ShouldValidateKey)1, WTF::FastMalloc> const&, WTF::Function<void (WebCore::ServiceWorkerClientData const&)> const&) (WebCore) 4 WebCore::SWServer::forEachClientForOrigin(WebCore::ClientOrigin const&, WTF::Function<void (WebCore::ServiceWorkerClientData const&)> const&) const (WebCore) 4 WebCore::SWServer::advancedPrivacyProtectionsFromClient(WebCore::ClientOrigin const&) const (WebCore) 4 WebKit::WebSWServerConnection::controlClient(WebKit::NetworkResourceLoadParameters const&, WebCore::SWServerRegistration&, WebCore::ResourceRequest const&, WTF::ObjectIdentifierGeneric<WebCore::ProcessIdentifierType, WTF::ObjectIdentifierMainThreadAccessTraits<unsigned long long>, unsigned long long>) (WebKit) 4 WebKit::WebSWServerConnection::createFetchTask(WebKit::NetworkResourceLoader&, WebCore::ResourceRequest const&) (WebKit) 4 WebKit::NetworkConnectionToWebProcess::createFetchTask(WebKit::NetworkResourceLoader&, WebCore::ResourceRequest const&) (WebKit) 4 WebKit::NetworkResourceLoader::startWithServiceWorker() (WebKit) 4 WebKit::NetworkConnectionToWebProcess::scheduleResourceLoad(WebKit::NetworkResourceLoadParameters&&, std::__1::optional<WTF::ObjectIdentifierGeneric<WebKit::NetworkResourceLoadIdentifierType, WTF::ObjectIdentifierMainThreadAccessTraits<unsigned long long>, unsigned long long>>) (WebKit) ```
Attachments
Add attachment
proposed patch, testcase, etc.
Chris Dumez
Comment 1
2025-07-19 16:47:58 PDT
<
rdar://155902432
>
Chris Dumez
Comment 2
2025-07-19 16:50:33 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/48294
EWS
Comment 3
2025-07-19 19:46:35 PDT
Committed
297657@main
(f766bb18d13a): <
https://commits.webkit.org/297657@main
> Reviewed commits have been landed. Closing PR #48294 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