Message ID | alpine.DEB.2.21.2408051401320.61955@angie.orcam.me.uk |
---|---|
Headers | show |
Series | nptl: Fix termination issues with tst-cancel7 | expand |
On Mon, 5 Aug 2024, Maciej W. Rozycki wrote: > I have observed remote `alpha-linux-gnu' testing to hang forever with > tst-cancel7 and tst-cancelx7 (which uses the same code) and noticed that > there is a stray process left that SSH continues waiting for to terminate > after the test driver has exited, and which has to be killed by hand for > testing to continue. I note that I have seen this hang before in `riscv64-linux-gnu' testing: <https://sourceware.org/pipermail/libc-alpha/2019-July/105438.html>, so it seems like a problem that shows up from time to time if an issue causes these test cases not to run as intended. Regardless such a glitch must not prevent forward progress as a hung test run is about the worst that can happen. Maciej