qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v5 0/9] linux-user: Detect and report host crashes


From: Helge Deller
Subject: Re: [PATCH v5 0/9] linux-user: Detect and report host crashes
Date: Fri, 13 Oct 2023 14:53:38 +0200
User-agent: Mozilla Thunderbird

On 10/13/23 05:52, Richard Henderson wrote:
On 10/3/23 12:20, Richard Henderson wrote:
More signal cleanups.  Mostly tested by temporarily adding an
abort, divide by zero, undefined instruction, null dereference,
within the implementation of a guest syscall to induce an error.

Changes for v5:
   * Remap guest abort, which means we need to try less hard on
     the host side to handle assertion failures.
   * Drop the backtrace.  Since backtrace_symbols only looks at the
     dynamic symbol set, we don't much that's useful -- we still
     need to use the debugger.

I've attached this series on git head and did some basic tests.
My various chroots still work, and after adding some temporary code to trigger
a segfault in qemu code it works as expected and reports the fault.

So:
Acked-by: Helge Deller <deller@gmx.de>

Thank you!
Helge



reply via email to

[Prev in Thread] Current Thread [Next in Thread]