On 27 March 2015 at 14:09, Catalin Vasile <catalinvasil...@gmail.com> 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