Re: [PATCH 16/18] tests/tcg: Use SIGKILL for timeout

2023-01-19 Thread Richard Henderson
On 1/19/23 08:04, Alex Bennée wrote: From: Richard Henderson linux-user blocks all signals while attempting to handle guest signals (e.g. ABRT), which means that the default TERM sent by timeout has no effect -- KILL instead. When a guest aborts (possible nios2 guest bug), sending SIGABRT to i

[PATCH 16/18] tests/tcg: Use SIGKILL for timeout

2023-01-19 Thread Alex Bennée
From: Richard Henderson linux-user blocks all signals while attempting to handle guest signals (e.g. ABRT), which means that the default TERM sent by timeout has no effect -- KILL instead. When a guest aborts (possible nios2 guest bug), sending SIGABRT to itself, I have caught one thread waiting