[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-discuss] sigsegv - but where is it coming from?
From: |
Peter Maydell |
Subject: |
Re: [Qemu-discuss] sigsegv - but where is it coming from? |
Date: |
Fri, 15 Mar 2019 14:47:02 +0000 |
On Fri, 15 Mar 2019 at 14:40, Paulo Matos <address@hidden> wrote:
> My question is, could this be a qemu sigsegv or is it definitely a
> racket on the guest segfault?
It could be either -- if QEMU segvs or the guest segvs the
effect will be the same. The only way to tell is to debug...
(Even if it is a guest segv, it could be caused by an earlier
QEMU bug which results in the guest going off the rails until
it eventually segfaluts.)
A useful first check is "does the binary and command line
which crashes under QEMU run OK on the real arm/mips/etc hardware?".
thanks
-- PMM