qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [Bug 760060] [NEW] Open Solaris 2009 Assertion `size' f


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [Bug 760060] [NEW] Open Solaris 2009 Assertion `size' failed
Date: Thu, 14 Apr 2011 09:48:18 +0100

On Wed, Apr 13, 2011 at 6:58 PM, Nigel Horne <address@hidden> wrote:
> qemu-system-sparc: /home/njh/src/qemu/exec.c:2614:
> cpu_register_physical_memory_offset: Assertion `size' failed.

I you ./configure with --disable-strip and run under GDB using "gdb
--args <command-line here>" then you can get a backtrace.  Just enter
the GDB "r" command to run QEMU and then the "bt" command to get a
backtrace once the assertion has triggered.

The backtrace will show which device is registering a zero-size memory
region.  It will be easy to fix this once we have a backtrace.

Stefan



reply via email to

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