Bug 233199

Summary: Crash under WebKit::WebPageProxy::commitProvisionalPage()
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: WebKit2Assignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, beidson, ggaren, kkinnunen, webkit-bug-importer, youennf
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
youennf: review+
Patch for landing none

Description Chris Dumez 2021-11-16 10:10:09 PST
Crash under WebKit::WebPageProxy::commitProvisionalPage():
8 WebKit: WebKit::WebPageProxy::commitProvisionalPage(unsigned long long, unsigned long long, WTF::String const&, bool, unsigned int, WebCore::CertificateInfo const&, bool, WTF::Optional<WebCore::HasInsecureContent>, WebKit::UserData const&) <==
        8 WebKit: WebKit::ProvisionalPageProxy::didCommitLoadForFrame(unsigned long long, unsigned long long, WTF::String const&, bool, unsigned int, WebCore::CertificateInfo const&, bool, WTF::Optional<WebCore::HasInsecureContent>, WebKit::UserData const&)
          8 WebKit: WebKit::ProvisionalPageProxy::didReceiveMessage(IPC::Connection&, IPC::Decoder&)
            8 WebKit: IPC::MessageReceiverMap::dispatchMessage(IPC::Connection&, IPC::Decoder&)
              8 WebKit: WebKit::WebProcessProxy::didReceiveMessage(IPC::Connection&, IPC::Decoder&)
                8 WebKit: IPC::Connection::dispatchMessage(std::__1::unique_ptr<IPC::Decoder, std::__1::default_delete<IPC::Decoder> >)
                  8 WebKit: IPC::Connection::dispatchIncomingMessages()
Comment 1 Chris Dumez 2021-11-16 10:10:17 PST
<rdar://57659921>
Comment 2 Chris Dumez 2021-11-16 10:13:52 PST
Created attachment 444406 [details]
Patch
Comment 3 youenn fablet 2021-11-16 11:01:13 PST
Comment on attachment 444406 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=444406&action=review

> Source/WebKit/ChangeLog:10
> +        in going on in a provisional page / WebProcess, we would do a null dereference of the page's

s/in/is
Comment 4 Chris Dumez 2021-11-16 11:26:48 PST
Created attachment 444415 [details]
Patch for landing
Comment 5 EWS 2021-11-16 11:55:42 PST
Committed r285877 (244303@main): <https://commits.webkit.org/244303@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 444415 [details].