Bug 242150 - Crash under NetworkResourceLoader::sendDidReceiveResponsePotentiallyInNewBrowsingContextGroup()
Summary: Crash under NetworkResourceLoader::sendDidReceiveResponsePotentiallyInNewBrow...
Status: ASSIGNED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-06-29 16:31 PDT by Chris Dumez
Modified: 2022-06-29 16:34 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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