Skip to content
Commit 38ee0a7d authored by Richard Henderson's avatar Richard Henderson
Browse files

linux-user: Remap guest SIGABRT



Distinguish host SIGABRT from guest SIGABRT by mapping
the guest signal onto one of the host RT signals.

This prevents a cycle by which a host assertion failure
is caught and handled by host_signal_handler, queued for
the guest, and then we attempt to continue past the
host abort.  What happens next depends on the host libc,
but is neither good nor helpful.

Acked-by: default avatarHelge Deller <deller@gmx.de>
Signed-off-by: default avatarRichard Henderson <richard.henderson@linaro.org>
parent 4a6ebc19
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment