Change #250451
| Category | gcoreutils |
| Changed by | Pádraig Brady <P@draigBrady.com> |
| Changed at | Sat 29 Nov 2025 13:17:27 |
| Repository | git://git.savannah.gnu.org/coreutils.git |
| Project | gcoreutils |
| Branch | master |
| Revision | fc5c7b2e47fbe55034f4c8aa2f67caabcc5933dd |
Comments
timeout: ensure we terminate command upon abnormal exit * src/timeout.c (main): Use PR_SET_PDEATHSIG to ensure the child is terminated even if the parent terminates abnormally. * tests/timeout/timeout-group.sh: Add a case to ensure sending SIGKILL results in the termination of the monitored command. * NEWS: Mention the improvement.
Changed files
- NEWS
- src/timeout.c
- tests/timeout/timeout-group.sh