From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NbwES-0007OY-Hk for qemu-devel@nongnu.org; Mon, 01 Feb 2010 08:22:24 -0500 Received: from [199.232.76.173] (port=55413 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NbwER-0007OQ-48 for qemu-devel@nongnu.org; Mon, 01 Feb 2010 08:22:23 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NbwEM-0001Kq-Mk for qemu-devel@nongnu.org; Mon, 01 Feb 2010 08:22:22 -0500 Received: from mx1.redhat.com ([209.132.183.28]:48813) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NbwEM-0001KU-3Q for qemu-devel@nongnu.org; Mon, 01 Feb 2010 08:22:18 -0500 Date: Mon, 1 Feb 2010 11:22:08 -0200 From: Luiz Capitulino Subject: Re: [Qemu-devel] system_reset command cause assert failed Message-ID: <20100201112208.04e70689@doriath> In-Reply-To: <473191351002010436w65fe6357h8fbf1f2ef787df4d@mail.gmail.com> References: <473191351001310028q75bff0fah52f7a1f3ce5fdbee@mail.gmail.com> <20100201101733.46459bde@doriath> <473191351002010436w65fe6357h8fbf1f2ef787df4d@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 Mon, 1 Feb 2010 20:36:22 +0800 Roy Tam wrote: > 2010/2/1 Luiz Capitulino : > > 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? > > > > my environment: > Windows XP SP3 > gcc version 3.4.5 (mingw-vista special r3) > GNU Binutils 2.19.1 > GNU Make 3.81 > > QEMU git rev 059bca46bbfd7f16cd2ccca631b91334e08d9abb > config: ./configure --target-list="i386-softmmu x86_64-softmmu > mips64el-softmmu" --audio-drv-list=sdl > --audio-card-list=ac97,sb16,adlib --disable-linux-aio Still no fun. It's possible that there's something windows-specific that makes qobject_from_jsonf() return NULL. Without a backtrace my only option is to install windows on some machine here and try to reproduce the problem, but this will take some time.