Bug 273652
| Summary: | [webkitpy] Make Executive.kill_process more reliable. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ben Schwartz <ben_schwartz> |
| Component: | Tools / Tests | Assignee: | 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
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Ben Schwartz
<rdar://problem/127407344>
EWS
Committed 278309@main (3f1a725ef3d3): <https://commits.webkit.org/278309@main>
Reviewed commits have been landed. Closing PR #28065 and removing active labels.