From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ENAB7-0001bK-Ol for qemu-devel@nongnu.org; Wed, 05 Oct 2005 10:23:29 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ENAAh-0001Tf-GR for qemu-devel@nongnu.org; Wed, 05 Oct 2005 10:23:29 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ENAAg-0001TR-2N for qemu-devel@nongnu.org; Wed, 05 Oct 2005 10:23:03 -0400 Received: from [206.46.252.42] (helo=vms042pub.verizon.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1ENAAd-0005hP-U6 for qemu-devel@nongnu.org; Wed, 05 Oct 2005 10:23:00 -0400 Received: from [192.168.0.101] ([141.154.215.45]) by vms042.mailsrvcs.net (Sun Java System Messaging Server 6.2 HotFix 0.04 (built Dec 24 2004)) with ESMTPA id <0INW005K558NASD7@vms042.mailsrvcs.net> for qemu-devel@nongnu.org; Wed, 05 Oct 2005 09:22:00 -0500 (CDT) Date: Wed, 05 Oct 2005 10:21:20 -0400 From: John Coiner Subject: Re: [Qemu-devel] Nonblocking disk IO and '-snapshot': assertion failed In-reply-to: <200510051425.52585.uli-werbung@daemons-point.com> Message-id: <4343E160.5090904@stanfordalumni.org> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7bit References: <200510051425.52585.uli-werbung@daemons-point.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Uli Heller wrote: > Problem: Starting QEMU with the option "-snapshot" produces > the following error message: > > qemu: /usr/src/packages/BUILD/qemu-snapshot-2005-10-03_23/block.c:424: > bdrv_cancel_nonblock_io: Assertion `nbst->state == STATE_READ_DONE' failed. > Aborted > > It doesn't matter if I use Win2000, WinXP or Linux as guest. Whoops. A new patch is up which corrects this. Thanks for reporting this. -- john