Bug 283074
Summary: | [macOS Debug wk2 ] ASSERTION FAILED: !workerInformation in imported/w3c/web-platform-tests/content-security-policy/script-src/script-src-strict_dynamic_worker.https.html result of flaky crash (failure in EWS) | ||
---|---|---|---|
Product: | WebKit | Reporter: | Marta Darbinyan <darbinyan> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | cdumez, d_parkinson, fujii.hironori, webkit-bot-watchers-bugzilla, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Marta Darbinyan
The following test is flaky crash with assertion failure on Sonoma and Sequoia Debug queues on main and also false positive failure in EWS.
imported/w3c/web-platform-tests/content-security-policy/script-src/script-src-strict_dynamic_worker.https.html
The first change that resproduced this crash started on 286466@main.
stderr:
ASSERTION FAILED: !workerInformation
/Volumes/Data/worker/Apple-Sonoma-Debug-Build/build/Source/WebKit/UIProcess/WebProcessProxy.cpp(2689) : void WebKit::WebProcessProxy::enableRemoteWorkers(RemoteWorkerType, const UserContentControllerIdentifier &)
1 0x30263f290 WebKit::WebProcessProxy::enableRemoteWorkers(WebKit::RemoteWorkerType, WTF::ObjectIdentifierGeneric<WebKit::UserContentControllerIdentifierType, WTF::ObjectIdentifierMainThreadAccessTraits<unsigned long long>, unsigned long long> const&)
2 0x3025a79d8 WebKit::WebProcessPool::establishRemoteWorkerContextConnectionToNetworkProcess(WebKit::RemoteWorkerType, WebCore::Site&&, std::__1::optional<WTF::ObjectIdentifierGeneric<WebCore::ProcessIdentifierType, WTF::ObjectIdentifierMainThreadAccessTraits<unsigned long long>, unsigned long long>>, std::__1::optional<WebCore::ProcessQualified<WTF::UUID>>, PAL::SessionID, WTF::CompletionHandler<void (WTF::ObjectIdentifierGeneric<WebCore::ProcessIdentifierType, WTF::ObjectIdentifierMainThreadAccessTraits<unsigned long long>, unsigned long long>)>&&)::$_43::operator()(WebKit::WebProcessProxy&) const
3 0x3025a70e8 WebKit::WebProcessPool::establishRemoteWorkerContextConnectionToNetworkProcess(WebKit::RemoteWorkerType, WebCore::Site&&, std::__1::optional<WTF::ObjectIdentifierGeneric<WebCore::ProcessIdentifierType, WTF::ObjectIdentifierMainThreadAccessTraits<unsigned long long>, unsigned long long>>, std::__1::optional<WebCore::ProcessQualified<WTF::UUID>>, PAL::SessionID, WTF::CompletionHandler<void (WTF::ObjectIdentifierGeneric<WebCore::ProcessIdentifierType, WTF::ObjectIdentifierMainThreadAccessTraits<unsigned long long>, unsigned long long>)>&&)
4 0x302947330 WebKit::NetworkProcessProxy::establishRemoteWorkerContextConnectionToNetworkProcess(WebKit::RemoteWorkerType, WebCore::Site&&, std::__1::optional<WTF::ObjectIdentifierGeneric<WebCore::ProcessIdentifierType, WTF::ObjectIdentifierMainThreadAccessTraits<unsigned long long>, unsigned long long>>, std::__1::optional<WebCore::ProcessQualified<WTF::UUID>>, PAL::SessionID, WTF::CompletionHandler<void (std::__1::optional<WTF::ObjectIdentifierGeneric<WebCore::ProcessIdentifierType, WTF::ObjectIdentifierMainThreadAccessTraits<unsigned long long>, unsigned long long>>)>&&)
5 0x300bf7548 auto void IPC::callMemberFunction<WebKit::NetworkProcessProxy, WebKit::NetworkProcessProxy, void (WebKit::RemoteWorkerType, WebCore::Site&&, std::__1::optional<WTF::ObjectIdentifierGeneric<WebCore::ProcessIdentifierType, WTF::ObjectIdentifierMainThreadAccessTraits<unsigned long long>, unsigned long long>>, std::__1::optional<WebCore::ProcessQualified<WTF::UUID>>, PAL::SessionID, WTF::CompletionHandler<void (std::__1::optional<WTF::ObjectIdentifierGeneric<WebCore::ProcessIdentifierType, WTF::ObjectIdentifierMainThreadAccessTraits<unsigned long long>, unsigned long long>>)>&&), std::__1::tuple<WebKit::RemoteWorkerType, WebCore::Site, std::__1::optional<WTF::ObjectIdentifierGeneric<WebCore::ProcessIdentifierType, WTF::ObjectIdentifierMainThreadAccessTraits<unsigned long long>, unsigned long long>>, std::__1::optional<WebCore::ProcessQualified<WTF::UUID>>, PAL::SessionID>, void (std::__1::optional<WTF::ObjectIdentifierGeneric<WebCore::ProcessIdentifierType, WTF::ObjectIdentifierMainThreadAccessTraits<unsigned long long>, unsigned long long>>)>(WebKit::NetworkProcessProxy*, void (WebKit::NetworkProcessProxy::*)(WebKit::RemoteWorkerType, WebCore::Site&&, std::__1::optional<WTF::ObjectIdentifierGeneric<WebCore::ProcessIdentifierType, WTF::ObjectIdentifierMainThreadAccessTraits<unsigned long long>, unsigned long long>>, std::__1::optional<WebCore::ProcessQualified<WTF::UUID>>, PAL::SessionID, WTF::CompletionHandler<void (std::__1::optional<WTF::ObjectIdentifierGeneric<WebCore::ProcessIdentifierType, WTF::ObjectIdentifierMainThreadAccessTraits<unsigned long long>, unsigned long long>>)>&&), std::__1::tuple<WebKit::RemoteWorkerType, WebCore::Site, std::__1::optional<WTF::ObjectIdentifierGeneric<WebCore::ProcessIdentifierType, WTF::ObjectIdentifierMainThreadAccessTraits<unsigned long long>, unsigned long long>>, std::__1::optional<WebCore::ProcessQualified<WTF::UUID>>, PAL::SessionID>&&, WTF::CompletionHandler<void (std::__1::optional<WTF::ObjectIdentifierGeneric<WebCore::ProcessIdentifierType, WTF::ObjectIdentifierMainThreadAccessTraits<unsigned long long>, unsigned long long>>)>&&)::'lambda'(auto&&...)::operator()<WebKit::RemoteWorkerType, WebCore::Site, std::__1::optional<WTF::ObjectIdentifierGeneric<WebCore::ProcessIdentifierType, WTF::ObjectIdentifierMainThreadAccessTraits<unsigned long long>, unsigned long long>>,
std::__1::optional<WebCore::ProcessQualified<WTF::UUID>>, PAL::SessionID>(auto&&...) const
Test result link:
https://build.webkit.org/#/builders/934/builds/4687
History:
https://results.webkit.org/?suite=layout-tests&test=imported%2Fw3c%2Fweb-platform-tests%2Fcontent-security-policy%2Fscript-src%2Fscript-src-strict_dynamic_worker.https.html
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/139821195>
EWS
Test gardening commit 286562@main (50012e72f222): <https://commits.webkit.org/286562@main>
Reviewed commits have been landed. Closing PR #36613 and removing active labels.
EWS
Test gardening commit 286574@main (e0e704f8d22b): <https://commits.webkit.org/286574@main>
Reviewed commits have been landed. Closing PR #36623 and removing active labels.
Alexey Proskuryakov
This has just started a couple days ago, this test was 100% passing before.
Fujii Hironori
Out internal Windows Debug buildbot reports
http/wpt/service-workers/navigation-fetch-worker-terminate.https.html is randomly crsahing.
GTK Debug also crashed.
https://build.webkit.org/results/GTK-Linux-64-bit-Debug-Tests/286579@main%20(14850)/http/wpt/service-workers/navigation-fetch-worker-terminate.https-crash-log.txt
STDERR: ASSERTION FAILED: !workerInformation
STDERR: /app/webkit/Source/WebKit/UIProcess/WebProcessProxy.cpp(2689) : void WebKit::WebProcessProxy::enableRemoteWorkers(WebKit::RemoteWorkerType, const WebKit::UserContentControllerIdentifier&)
STDERR: 1 0x7f513d457585 WebKit::WebProcessProxy::enableRemoteWorkers(WebKit::RemoteWorkerType, WTF::ObjectIdentifierGeneric<WebKit::UserContentControllerIdentifierType, WTF::ObjectIdentifierMainThreadAccessTraits<unsigned long>, unsigned long> const&)
Fujii Hironori
PR: https://github.com/WebKit/WebKit/pull/36688
Fujii Hironori
Fixed by 286686@main.