Re: [PATCH v4 02/10] linux-user: Exit not abort in die_with_backtrace

2023-08-23 Thread Philippe Mathieu-Daudé
On 23/8/23 07:16, Richard Henderson wrote: This line is supposed to be unreachable, but if we're going to have it at all, SIGABRT via abort() is subject to the same signal peril that created this function in the first place. We can _exit immediately without peril. Signed-off-by: Richard Henders

[PATCH v4 02/10] linux-user: Exit not abort in die_with_backtrace

2023-08-22 Thread Richard Henderson
This line is supposed to be unreachable, but if we're going to have it at all, SIGABRT via abort() is subject to the same signal peril that created this function in the first place. We can _exit immediately without peril. Signed-off-by: Richard Henderson --- linux-user/signal.c | 2 +- 1 file c