RESOLVED FIXED 280321
[WPE] Auxiliary processes fail to launch if ProcessProviderLibWPE when enabled
https://bugs.webkit.org/show_bug.cgi?id=280321
Summary [WPE] Auxiliary processes fail to launch if ProcessProviderLibWPE when enabled
Jani Hautakangas
Reported 2024-09-24 22:51:06 PDT
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.
Attachments
Jani Hautakangas
Comment 1 2024-09-24 23:17:54 PDT
EWS
Comment 2 2024-09-27 02:16:43 PDT
Committed 284344@main (c5dba56a0c36): <https://commits.webkit.org/284344@main> Reviewed commits have been landed. Closing PR #34213 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.