Bug 310313
| Summary: | REGRESSION(309498@main): [iOS Debug] ASSERTION FAILED: request.hasHTTPHeaderField(HTTPHeaderName::SecFetchDest) | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Marta Darbinyan <darbinyan> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | webkit-bot-watchers-bugzilla, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Marta Darbinyan
The following tests are failing assertion in iOS Debug after 309498@main. The tests are also appearing flaky in EWS.
http/tests/navigation/post-frames-goback1.html
http/tests/navigation/post-goback1.html
ASSERTION FAILED: request.hasHTTPHeaderField(HTTPHeaderName::SecFetchDest)
/Volumes/Data/worker/macOS-Tahoe-Debug-Build-EWS/build/Source/WebCore/loader/cache/CachedResourceLoader.cpp(977) : bool WebCore::shouldReuseExistingFetchMetadata(const LocalFrame &, const ResourceRequest &, CachedResource::Type, FetchOptions::Mode)
1 0x306a7c47c WebCore::shouldReuseExistingFetchMetadata(WebCore::LocalFrame const&, WebCore::ResourceRequest const&, WebCore::CachedResource::Type, WebCore::FetchOptionsMode)
2 0x306a6f774 WebCore::shouldUpdateFetchMetadata(WebCore::LocalFrame const&, WebCore::ResourceRequest const&, WebCore::CachedResource::Type, WebCore::FetchOptionsMode)
3 0x306a6f2f8 WebCore::CachedResourceLoader::updateHTTPRequestHeaders(WebCore::FrameLoader&, WebCore::CachedResource::Type, WebCore::CachedResourceRequest&)
4 0x306a688f0 WebCore::CachedResourceLoader::requestResource(WebCore::CachedResource::Type, WebCore::CachedResourceRequest&&, WebCore::CachedResourceLoader::ForPreload, WebCore::ImageLoading)
5 0x306a6b3f4 WebCore::CachedResourceLoader::requestMainResource(WebCore::CachedResourceRequest&&)
6 0x30684e2e8 WebCore::DocumentLoader::loadMainResource(WebCore::ResourceRequest&&)
7 0x3068846c8 WebCore::DocumentLoader::startLoadingMainResource()::$_0::operator()(WebCore::ResourceRequest&&)
8 0x306884148 WTF::Detail::CallableWrapper<WebCore::DocumentLoader::startLoadingMainResource()::$_0, void, WebCore::ResourceRequest&&>::call(WebCore::ResourceRequest&&)
9 0x30371fc00 WTF::Function<void (WebCore::ResourceRequest&&)>::operator()(WebCore::ResourceRequest&&) const
10 0x30371fa50 WTF::CompletionHandler<void (WebCore::ResourceRequest&&)>::operator()(WebCore::ResourceRequest&&)
11 0x3068449e4 WebCore::DocumentLoader::willSendRequest(WebCore::ResourceRequest&&, WebCore::ResourceResponse const&, WTF::CompletionHandler<void (WebCore::ResourceRequest&&)>&&)
12 0x30684dce8 WebCore::DocumentLoader::startLoadingMainResource()
13 0x306935df4 WebCore::FrameLoader::continueLoadAfterNavigationPolicy(WebCore::ResourceRequest const&, WebCore::FormSubmission const*, WebCore::NavigationPolicyDecision, WebCore::AllowNavigationToInvalidURL)::$_0::operator()()
14 0x306935910 WTF::Detail::CallableWrapper<WebCore::FrameLoader::continueLoadAfterNavigationPolicy(WebCore::ResourceRequest const&, WebCore::FormSubmission const*, WebCore::NavigationPolicyDecision, WebCore::AllowNavigationToInvalidURL)::$_0, void>::call()
15 0x300036ba0 WTF::Function<void ()>::operator()() const
Test results:
https://ews-build.webkit.org/#/builders/161/builds/19876
History:
https://results.webkit.org/?suite=layout-tests&suite=layout-tests&test=http%2Ftests%2Fnavigation%2Fpost-goback1.html&test=http%2Ftests%2Fnavigation%2Fpost-frames-goback1.html&platform=ios&style=debug
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/172954436>
EWS
Test gardening commit 309585@main (2f6adbe4fb03): <https://commits.webkit.org/309585@main>
Reviewed commits have been landed. Closing PR #60965 and removing active labels.
EWS
Test gardening commit 309586@main (9753a437512e): <https://commits.webkit.org/309586@main>
Reviewed commits have been landed. Closing PR #60968 and removing active labels.