From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I1sIH-0003df-9M for qemu-devel@nongnu.org; Fri, 22 Jun 2007 19:11:57 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I1sID-0003dT-RK for qemu-devel@nongnu.org; Fri, 22 Jun 2007 19:11:55 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I1sID-0003dQ-L0 for qemu-devel@nongnu.org; Fri, 22 Jun 2007 19:11:53 -0400 Received: from ns.suse.de ([195.135.220.2] helo=mx1.suse.de) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1I1sID-0000c0-8L for qemu-devel@nongnu.org; Fri, 22 Jun 2007 19:11:53 -0400 Received: from Relay1.suse.de (mail2.suse.de [195.135.221.8]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.suse.de (Postfix) with ESMTP id C2626122DD for ; Sat, 23 Jun 2007 01:11:50 +0200 (CEST) Message-ID: <467C578F.1090206@suse.de> Date: Sat, 23 Jun 2007 01:13:19 +0200 From: Alexander Graf MIME-Version: 1.0 Subject: Re: [Qemu-devel] qemu-i386 segfaults running "hello world". References: <200706221715.16729.rob@landley.net> <200706221831.20531.rob@landley.net> In-Reply-To: <200706221831.20531.rob@landley.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit 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 Rob Landley wrote: > Ok, it's a more fundamental problem: > > landley@triolith:/sys$ qemu-i386 > Segmentation fault (core dumped) > > Nothing to do with the program it's trying to run, it segfaults with no > arguments. > > Is anybody else seeing this? > > Rob > agraf@mac:/vm/qemu-devel/patches/qemu> qemu-i386 ~/hello Hello world! Well it works for me. I usually see this segfault when trying to compile qemu with a gcc4. Try gcc3 and everything should be fine. Alex