From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DOd6C-0005ik-8y for qemu-devel@nongnu.org; Thu, 21 Apr 2005 10:56:12 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DOd6A-0005h1-Jf for qemu-devel@nongnu.org; Thu, 21 Apr 2005 10:56:11 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DOd6A-0004Om-Av for qemu-devel@nongnu.org; Thu, 21 Apr 2005 10:56:10 -0400 Received: from [213.131.232.117] (helo=mail4.srv.syswebcom.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DOd5l-0002HO-3G for qemu-devel@nongnu.org; Thu, 21 Apr 2005 10:55:45 -0400 Received: from localhost (localhost [127.0.0.1]) by mail4.srv.syswebcom.net (Postfix) with ESMTP id CB0BC281150 for ; Thu, 21 Apr 2005 16:53:39 +0200 (CEST) Received: from mail4.srv.syswebcom.net ([127.0.0.1]) by localhost (mail4 [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 14601-10 for ; Thu, 21 Apr 2005 16:53:39 +0200 (CEST) Received: from smirftschs.home.tld (p54A9519D.dip.t-dialin.net [84.169.81.157]) by mail4.srv.syswebcom.net (Postfix) with ESMTP id 5E099280FDD for ; Thu, 21 Apr 2005 16:53:39 +0200 (CEST) Date: Thu, 21 Apr 2005 16:59:23 +0200 From: "developer@isl-gbr.de" Subject: Re: [Qemu-devel] X86_64 (AMD64) build segfaults Message-ID: <20050421165923.0f4f1185@smirftschs.home.tld> In-Reply-To: <200504211542.19046.paul@codesourcery.com> References: <20050421163413.37378212@smirftschs.home.tld> <200504211542.19046.paul@codesourcery.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII 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 i compiled it myself from source, using LFS. Everything else i compiled (and this is a complete fully working system now) absolutely without trouble. So the probability that the problem lies somewhere whithin qemu is very high. (It doesnt work with my old system, which is LFS too, but an older gcc and libs too, same error). Removing the optimizations (the -O2) it does compile, but qemu segfaults when trying to start. So what chances do i have ? Sending a report to gcc.gnu.org or what can i do to trace this bug down ? I have nearly no idea about assembly, which seems to be used in the part its segfaulting. On Thu, 21 Apr 2005 15:42:18 +0100 Paul Brook wrote: > On Thursday 21 April 2005 15:34, developer@isl-gbr.de wrote: > > when trying to compile qemu i get always a segfault. My system is uniarch > > x86_64, cc version 3.4.3 , did happen with 3.3 too. > > > > tried snapshot and 0.6.1, no difference - getting only > > > > target-i386/op.c:374: internal compiler error: Segmentation fault > > Please submit a full bug report, > > with preprocessed source if appropriate. > > > > where to send the full bugreport to ? > > Whoever supplied your gcc. > > Paul