RESOLVED FIXED 273652
[webkitpy] Make Executive.kill_process more reliable.
https://bugs.webkit.org/show_bug.cgi?id=273652
Summary [webkitpy] Make Executive.kill_process more reliable.
Ben Schwartz
Reported 2024-05-02 15:56:40 PDT
Executive.kill_process currently tries to exit with SIGTERM once and then jumps straight to SIGKILL. This can leave leftover processes, as SIGKILL sometimes doesn't kill child processes in the same way SIGTERM does.
Attachments
Ben Schwartz
Comment 1 2024-05-02 15:56:43 PDT
EWS
Comment 2 2024-05-03 02:16:53 PDT
Committed 278309@main (3f1a725ef3d3): <https://commits.webkit.org/278309@main> Reviewed commits have been landed. Closing PR #28065 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.