From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DOdP8-0005vd-Rh for qemu-devel@nongnu.org; Thu, 21 Apr 2005 11:15:46 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DOdP8-0005uf-9t for qemu-devel@nongnu.org; Thu, 21 Apr 2005 11:15:46 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DOdP7-00027A-W4 for qemu-devel@nongnu.org; Thu, 21 Apr 2005 11:15:46 -0400 Received: from [65.74.133.9] (helo=mail.codesourcery.com) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1DOdEG-0002iX-VJ for qemu-devel@nongnu.org; Thu, 21 Apr 2005 11:04:33 -0400 From: Paul Brook Subject: Re: [Qemu-devel] X86_64 (AMD64) build segfaults Date: Thu, 21 Apr 2005 16:01:52 +0100 References: <20050421163413.37378212@smirftschs.home.tld> <200504211542.19046.paul@codesourcery.com> <20050421165923.0f4f1185@smirftschs.home.tld> In-Reply-To: <20050421165923.0f4f1185@smirftschs.home.tld> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200504211601.52827.paul@codesourcery.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 On Thursday 21 April 2005 15:59, developer@isl-gbr.de wrote: > 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). Anything that results in a gcc segfault/Internal Compiler Error is a gcc bug. I say this as a gcc developer. Paul