On 9/4/24 02:34, Richard Henderson wrote:
Passing the tswapped structure to strace means that our internal si_type is also gone, which then aborts in print_siginfo.Fixes: 4d6d8a05a0a ("linux-user: Move tswap_siginfo out of target code") Signed-off-by: Richard Henderson <richard.hender...@linaro.org> --- linux-user/signal.c | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>