From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:34820) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SekaP-0000oA-0L for qemu-devel@nongnu.org; Wed, 13 Jun 2012 06:14:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SekaN-0005WZ-99 for qemu-devel@nongnu.org; Wed, 13 Jun 2012 06:14:00 -0400 Received: from mx1.redhat.com ([209.132.183.28]:2255) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SekaN-0005W5-0v for qemu-devel@nongnu.org; Wed, 13 Jun 2012 06:13:59 -0400 Message-ID: <4FD867DF.70801@redhat.com> Date: Wed, 13 Jun 2012 12:13:51 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <20120612082857.204290@gmx.net> In-Reply-To: <20120612082857.204290@gmx.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Qemu with Segmentation fault (core dumped) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Maurizio Caloro Cc: qemu-devel@nongnu.org Am 12.06.2012 10:28, schrieb Maurizio Caloro: > Hello Qemu-group > Compilation installation running without problem "QEMU emulator version 1.1.50", but if try to use Qemu in diffrent way i have the > following "Segemntfault message" for any possible help iam Happy. Similar question Starting witout succsess in netbsdforum. > regards > Mauri > > # QEMU configure log Tue Jun 12 09:12:21 CEST 2012 > # Configured with: './configure' '--enable-sdl' '--prefix=/usr/pkg' '--interp-prefix=/usr/pkg/share/qemu' '--sysconfdir=/usr/pkg/etc/qemu' '--python=/usr/pkg/bin/python2.7' '--mandir=/usr/pkg/man' '--enable-user' '--disable-bsd-user' You can try if --with-coroutine=gthread makes a difference. > # /usr/pkg/bin/qemu-img create -f raw xp.img 200M > Formatting 'xp.img', fmt=raw size=209715200 > Segmentation fault (core dumped) Can you provide a stack trace? Kevin