Bug 242150

Summary: Crash under NetworkResourceLoader::sendDidReceiveResponsePotentiallyInNewBrowsingContextGroup()
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: WebKit2Assignee: Chris Dumez <cdumez>
Status: ASSIGNED ---    
Severity: Normal CC: kkinnunen, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Chris Dumez 2022-06-29 16:31:17 PDT
Crash under NetworkResourceLoader::sendDidReceiveResponsePotentiallyInNewBrowsingContextGroup():
5 WebKit::NetworkResourceLoader::sendDidReceiveResponsePotentiallyInNewBrowsingContextGroup(WebCore::ResourceResponse const&, bool) <==
        5 WebKit::NetworkResourceLoader::sendDidReceiveResponsePotentiallyInNewBrowsingContextGroup(WebCore::ResourceResponse const&, bool)
          5 WebKit::NetworkResourceLoader::didReceiveResponse(WebCore::ResourceResponse&&, WTF::CompletionHandler<void (WebCore::PolicyAction)>&&)
            5 WebKit::NetworkLoad::didReceiveResponse(WebCore::ResourceResponse&&, WebKit::NegotiatedLegacyTLS, WTF::CompletionHandler<void (WebCore::PolicyAction)>&&)
              5 WebKit::NetworkDataTask::didReceiveResponse(WebCore::ResourceResponse&&, WebKit::NegotiatedLegacyTLS, WTF::CompletionHandler<void (WebCore::PolicyAction)>&&)
                5 -[WKNetworkSessionDelegate URLSession:dataTask:didReceiveResponse:completionHandler:]
Comment 1 Chris Dumez 2022-06-29 16:31:30 PDT
<rdar://85454011>
Comment 2 Chris Dumez 2022-06-29 16:34:47 PDT
Pull request: https://github.com/WebKit/WebKit/pull/1926