Bug 280321
Summary: | [WPE] Auxiliary processes fail to launch if ProcessProviderLibWPE when enabled | ||
---|---|---|---|
Product: | WebKit | Reporter: | Jani Hautakangas <jani> |
Component: | WPE WebKit | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | bugs-noreply |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Jani Hautakangas
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Jani Hautakangas
Pull request: https://github.com/WebKit/WebKit/pull/34213
EWS
Committed 284344@main (c5dba56a0c36): <https://commits.webkit.org/284344@main>
Reviewed commits have been landed. Closing PR #34213 and removing active labels.