Bug 266489 - [GLib] Stop setting AuxiliaryProcessProxy::processID until it can be done correctly
Summary: [GLib] Stop setting AuxiliaryProcessProxy::processID until it can be done cor...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: PC Linux
: P2 Normal
Assignee: Michael Catanzaro
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-12-15 09:37 PST by Michael Catanzaro
Modified: 2023-12-15 09:41 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Catanzaro 2023-12-15 09:37:44 PST
We currently set AuxiliaryProcessProxy::processID to non-useful values, causing weird behavior like suspending/resuming the flatpak-spawn or bwrap intermediate processes instead of the WebKit auxiliary process, terminating the intermediate process instead of the WebKit process, etc. Let's temporarily disable all pid-based functionality until we find a way to fix the pids we use.
Comment 1 Michael Catanzaro 2023-12-15 09:41:40 PST
Pull request: https://github.com/WebKit/WebKit/pull/21874