From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47226) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VYuIt-0007ub-9p for qemu-devel@nongnu.org; Wed, 23 Oct 2013 05:00:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VYuIk-0000Ge-GI for qemu-devel@nongnu.org; Wed, 23 Oct 2013 05:00:35 -0400 Received: from mail-wi0-x22d.google.com ([2a00:1450:400c:c05::22d]:55725) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VYuIk-0000Eu-AD for qemu-devel@nongnu.org; Wed, 23 Oct 2013 05:00:26 -0400 Received: by mail-wi0-f173.google.com with SMTP id ey11so6978294wid.0 for ; Wed, 23 Oct 2013 02:00:25 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <52679025.3000106@redhat.com> Date: Wed, 23 Oct 2013 10:00:21 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <20131023073949.GA4527@bom.nom.co> In-Reply-To: <20131023073949.GA4527@bom.nom.co> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] qemu 1.6.1 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael W. Bombardieri" Cc: qemu-devel@nongnu.org Il 23/10/2013 08:39, Michael W. Bombardieri ha scritto: > Hi, > > My newly built qemu/win32 binary (v1.6.1) crashes in qemu-system-i386 and qemu-system-x86_64 when > booting from an install CD. > > C:\Program Files\qemu>qemu-system-x86_64 -boot d -vnc 0.0.0.0:20 -cdrom NetBSD-6.1.2-amd64.iso > Assertion failed: qemu_in_coroutine(), file qemu-coroutine-lock.c, line 99 > > This application has requested the Runtime to terminate it in an unusual way. > Please contact the application's support team for more information. > > I noticed that qemu-system-sparc still booted OpenBSD/sparc 5.3 install CD correctly. > No further info at this stage. > Any ideas? It's a known problem that not everyone can reproduce. Please compile with --disable-coroutine-pool on the configure command line. Paolo