Bug 273652

Summary: [webkitpy] Make Executive.kill_process more reliable.
Product: WebKit Reporter: Ben Schwartz <ben_schwartz>
Component: Tools / TestsAssignee: Ben Schwartz <ben_schwartz>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

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.