qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] unhandled signal 11


From: Peter Maydell
Subject: Re: [Qemu-devel] unhandled signal 11
Date: Fri, 27 Mar 2015 14:26:49 +0000

On 27 March 2015 at 14:09, Catalin Vasile <address@hidden> wrote:
> How can I debug errors like this:
> qemu-system-ppc[2273]: unhandled signal 11 at 00000008 nip 1007ed08 lr
> 103404e0 code 30001
> ?
> I know it is a ppc binary, but I am asking a general question.
> From a first impression it looks a little like Linux Kernel Oops messages.
> How can I actually find out the line in my code that is generating this thing?

This is just the kernel telling you that qemu-system-ppc crashed.
Run the program under a debugger and you'll be able to get
more useful information about what is happening.

-- PMM



reply via email to

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