Bug 266489
| Summary: | [GLib] Stop setting AuxiliaryProcessProxy::processID until it can be done correctly | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Michael Catanzaro <mcatanzaro> |
| Component: | WebKitGTK | Assignee: | Michael Catanzaro <mcatanzaro> |
| Status: | RESOLVED WONTFIX | ||
| Severity: | Normal | CC: | bugs-noreply, mcatanzaro |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=262794 | ||
Michael Catanzaro
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Michael Catanzaro
Pull request: https://github.com/WebKit/WebKit/pull/21874
Michael Catanzaro
This is obsoleted by 281704@main.