Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: fc2c9a74dbf198d40cf19a97780d86eb05f2e013
      
https://github.com/WebKit/WebKit/commit/fc2c9a74dbf198d40cf19a97780d86eb05f2e013
  Author: Michael Catanzaro <[email protected]>
  Date:   2026-03-20 (Fri, 20 Mar 2026)

  Changed paths:
    M Source/WebKit/UIProcess/WebPageProxy.cpp

  Log Message:
  -----------
  Crash in WebKit::WebPageProxy::resetStateAfterProcessExited when destroying 
ProvisionalPageProxy
https://bugs.webkit.org/show_bug.cgi?id=303103

Reviewed by Chris Dumez.

I'm not sure what changed here, but we have a very frequent UI process
crash that's triggered by a web process crash. If the web process
crashes shortly before or after the user closes a web view, then the
PageClient has already been destroyed, and WebPageProxy::pageClient will
return nullptr. We need to null check before using it, a common pattern
throughout WebPageProxy.

Canonical link: https://commits.webkit.org/309620@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to