Bug 233199 - Crash under WebKit::WebPageProxy::commitProvisionalPage()
Summary: Crash under WebKit::WebPageProxy::commitProvisionalPage()
Status: RESOLVED FIXED
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: 2021-11-16 10:10 PST by Chris Dumez
Modified: 2021-11-16 11:55 PST (History)
6 users (show)

See Also:


Attachments
Patch (5.08 KB, patch)
2021-11-16 10:13 PST, Chris Dumez
youennf: review+
Details | Formatted Diff | Diff
Patch for landing (5.07 KB, patch)
2021-11-16 11:26 PST, Chris Dumez
no flags Details | Formatted Diff | Diff

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