From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NbvDw-0001zc-Q0 for qemu-devel@nongnu.org; Mon, 01 Feb 2010 07:17:48 -0500 Received: from [199.232.76.173] (port=56786 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NbvDv-0001yE-KV for qemu-devel@nongnu.org; Mon, 01 Feb 2010 07:17:47 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NbvDu-0002hC-EP for qemu-devel@nongnu.org; Mon, 01 Feb 2010 07:17:47 -0500 Received: from mx1.redhat.com ([209.132.183.28]:15281) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NbvDu-0002gw-3D for qemu-devel@nongnu.org; Mon, 01 Feb 2010 07:17:46 -0500 Date: Mon, 1 Feb 2010 10:17:33 -0200 From: Luiz Capitulino Subject: Re: [Qemu-devel] system_reset command cause assert failed Message-ID: <20100201101733.46459bde@doriath> In-Reply-To: <473191351001310028q75bff0fah52f7a1f3ce5fdbee@mail.gmail.com> References: <473191351001310028q75bff0fah52f7a1f3ce5fdbee@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Roy Tam Cc: qemu-devel On Sun, 31 Jan 2010 16:28:42 +0800 Roy Tam wrote: > Dear all, > > In latest git revision, when guest OS restarts or system_reset command > issues from monitor console, it asserts failed: > Assertion failed: obj != NULL, file C:/msys/home/User/qemu/monitor.c, line 338 Hm, I can't reproduce this on Linux. Can you, please provide a backtrace and your git HEAD? Thanks.