Bug 250404
Summary: | Potential crash under WebPageProxy::continueNavigationInNewProcess() | ||
---|---|---|---|
Product: | WebKit | Reporter: | Chris Dumez <cdumez> |
Component: | WebKit2 | Assignee: | Chris Dumez <cdumez> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | kkinnunen, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Chris Dumez
Potential crash under WebPageProxy::continueNavigationInNewProcess():
0 WebKit 0x1b8b56fcc WebKit::WebPageProxy::continueNavigationInNewProcess(API::Navigation&, WebKit::WebFrameProxy&, std::__1::unique_ptr<WebKit::SuspendedPageProxy, std::__1::default_delete<WebKit::SuspendedPageProxy>>&&, WTF::Ref<WebKit::WebProcessProxy, WTF::RawPtrTraits<WebKit::WebProcessProxy>>&&, WebKit::ProcessSwapRequestedByClient, WebCore::ShouldTreatAsContinuingLoad, std::__1::optional<WTF::ObjectIdentifier<WebKit::NetworkResourceLoadIdentifierType>>) + 596
1 WebKit 0x1b8b9fe68 WTF::Detail::CallableWrapper<IPC::Connection::AsyncReplyHandler IPC::Connection::makeAsyncReplyHandler<Messages::NetworkProcess::AddAllowedFirstPartyForCookies, WebKit::WebPageProxy::triggerBrowsingContextGroupSwitchForNavigation(unsigned long long, WebCore::BrowsingContextGroupSwitchDecision, WebCore::RegistrableDomain const&, WTF::ObjectIdentifier<WebKit::NetworkResourceLoadIdentifierType>, WTF::CompletionHandler<void (bool)>&&)::$_35>(WebKit::WebPageProxy::triggerBrowsingContextGroupSwitchForNavigation(unsigned long long, WebCore::BrowsingContextGroupSwitchDecision, WebCore::RegistrableDomain const&, WTF::ObjectIdentifier<WebKit::NetworkResourceLoadIdentifierType>, WTF::CompletionHandler<void (bool)>&&)::$_35&&, WTF::ThreadLikeAssertion)::'lambda'(IPC::Decoder*), void, IPC::Decoder*>::call(IPC::Decoder*) + 272
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Chris Dumez
<rdar://103382619>
Chris Dumez
Pull request: https://github.com/WebKit/WebKit/pull/8479
EWS
Committed 258750@main (696c77d0b3f0): <https://commits.webkit.org/258750@main>
Reviewed commits have been landed. Closing PR #8479 and removing active labels.