[webkit-changes] [WebKit/WebKit] 06c8c3: Enable framework version mismatch check on Catalys...

Alex Christensen noreply at github.com
Thu Feb 2 08:39:54 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 06c8c34deeb9612f022486d292edb33710a6a557
      https://github.com/WebKit/WebKit/commit/06c8c34deeb9612f022486d292edb33710a6a557
  Author: Alex Christensen <achristensen at apple.com>
  Date:   2023-02-02 (Thu, 02 Feb 2023)

  Changed paths:
    M Source/WebKit/Shared/EntryPointUtilities/Cocoa/XPCService/XPCServiceMain.mm
    M Source/WebKit/UIProcess/Launcher/cocoa/ProcessLauncherCocoa.mm

  Log Message:
  -----------
  Enable framework version mismatch check on Catalyst builds
https://bugs.webkit.org/show_bug.cgi?id=251569
rdar://104569995

Reviewed by Chris Dumez.

We see some crashes sometimes which indicate that auxiliary processes are decoding incompatible messages.
Do the version check like we do on macOS to make it more clear what is going on.

* Source/WebKit/Shared/EntryPointUtilities/Cocoa/XPCService/XPCServiceMain.mm:
(WebKit::XPCServiceMain):
* Source/WebKit/UIProcess/Launcher/cocoa/ProcessLauncherCocoa.mm:
(WebKit::ProcessLauncher::launchProcess):

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




More information about the webkit-changes mailing list