From owner-freebsd-amd64@FreeBSD.ORG Thu Mar 10 14:42:42 2005 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2AE7816A4CE for ; Thu, 10 Mar 2005 14:42:42 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B87E43D5C for ; Thu, 10 Mar 2005 14:42:41 +0000 (GMT) (envelope-from daubman@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so604599wri for ; Thu, 10 Mar 2005 06:42:40 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=JHIEAYqwcJMnuvi2dNsHuONWOhHhFbOm1ynNtJGEFFryJowo1b9QjpatBnLLIrxtq03lvSziTMPg5IlT9kHkGcm9v+FKqJwZYbur3cTV5h9o4cOoOIEJwkM+yc3NfyN51IwE3A6DO/BTSIhqZ6Ntq3kIGjonoPIPcf81usdqaUw= Received: by 10.54.43.79 with SMTP id q79mr1839867wrq; Thu, 10 Mar 2005 06:42:40 -0800 (PST) Received: by 10.54.2.59 with HTTP; Thu, 10 Mar 2005 06:42:40 -0800 (PST) Message-ID: Date: Thu, 10 Mar 2005 09:42:40 -0500 From: Aaron Daubman To: obrien@freebsd.org In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <200503091404.25226.jkim@niksun.com> <200503091547.27614.jkim@niksun.com> <20050310044632.GB89100@dragon.nuxi.com> cc: freebsd-amd64@freebsd.org Subject: Re: Consistant buildworld Segmentation fault at '===> gnu/usr.bin/cc/cpp' after latest RELENG_5 cvsup X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Aaron Daubman List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Mar 2005 14:42:42 -0000 Sorry for the many replies. I forgot to mention one thing that might help: While the build process consistently dies in: /usr/obj/usr/src/gnu/usr.bin/cc/cpp It's actually make that cores, not gcc... ...if that makes a difference =) I did not compile make with "DEBUG_FLAGS=-g" so this probably isn't useful, but gdb returns: --- # gdb /usr/bin/make /usr/obj/usr/src/gnu/usr.bin/cc/cpp/make.core [snip] This GDB was configured as "amd64-marcel-freebsd"...(no debugging symbols found)... Core was generated by `make'. Program terminated with signal 11, Segmentation fault. #0 0x0000000000436e52 in ?? () --- Thanks, ~Aaron