[webkit-changes] [WebKit/WebKit] c5dba5: [WPE] Auxiliary processes fail to launch when Proc...

Jani Hautakangas noreply at github.com
Fri Sep 27 02:17:03 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: c5dba56a0c36f80749d048c1c24fc67109febd52
      https://github.com/WebKit/WebKit/commit/c5dba56a0c36f80749d048c1c24fc67109febd52
  Author: Jani Hautakangas <jani at igalia.com>
  Date:   2024-09-27 (Fri, 27 Sep 2024)

  Changed paths:
    M Source/WebKit/Shared/unix/AuxiliaryProcessMain.cpp

  Log Message:
  -----------
  [WPE] Auxiliary processes fail to launch when ProcessProviderLibWPE is enabled
https://bugs.webkit.org/show_bug.cgi?id=280321

Reviewed by Michael Catanzaro.

The ProcessProviderLibWPE is only used in the UIProcess, but
AuxiliaryProcessMainCommon::parseCommandLine attempts to check if
ProcessProviderLibWPE is enabled. Since ProcessProviderLibWPE is never
enabled for auxiliary processes, this causes a mismatch in the argument count
for auxiliary processes in runtimes where ProcessProviderLibWPE is used.
As a result, the auxiliary process never starts.

* Source/WebKit/Shared/unix/AuxiliaryProcessMain.cpp:
(WebKit::AuxiliaryProcessMainCommon::parseCommandLine):

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



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


More information about the webkit-changes mailing list