From owner-freebsd-current@FreeBSD.ORG Thu Dec 9 00:24:31 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BF9316A4CE for ; Thu, 9 Dec 2004 00:24:31 +0000 (GMT) Received: from ack.Berkeley.EDU (ack.Berkeley.EDU [128.32.206.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20E5843D3F for ; Thu, 9 Dec 2004 00:24:31 +0000 (GMT) (envelope-from mhunter@ack.Berkeley.EDU) Received: (from mhunter@localhost) by ack.Berkeley.EDU (8.11.3/8.11.3) id iB90OUa18988 for freebsd-current@freebsd.org; Wed, 8 Dec 2004 16:24:30 -0800 (PST) Date: Wed, 8 Dec 2004 16:24:30 -0800 From: Mike Hunter To: freebsd-current@freebsd.org Message-ID: <20041209002430.GA18622@ack.Berkeley.EDU> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.6i Subject: coredump while trying to build world (2004.12.08.1600-0800 src) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Dec 2004 00:24:31 -0000 Hi, I'm trying to go from RELENG_5 to HEAD on my new amd64, but I'm bombing out here: cc -fpic -DPIC -O2 -fno-strict-aliasing -pipe -DMAGIC='"/usr/share/misc/magic"' -DBUILTIN_ELF -DELFCORE -DHAVE_CONFIG_H -I/usr/src/lib/libmagic -I/usr/src/lib/libmagic/../../contrib/file -c /usr/src/lib/libmagic/../../contrib/file/softmagic.c -o softmagic.So building shared library libmagic.so.1 Segmentation fault (core dumped) *** Error code 139 Stop in /usr/src/lib. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. It died twice in that same spot. I cvsup'd at about 1600 PST on December 8, 2004. I can issue the above `cc` by hand and it works fine...but it doesn't seem like a memory/cpu/hdd problem because it died in that same spot both times I tried it (cvsupping again in between.) Or is it failing on a ranlib that I don't see? This system has 8G of ram; I'm trying to jump to current because of rumored mmap fixes...the machine built 5.3 from 5.2.1 just fine, but now it can't build perl from 5.3; it runs out of memory.... Any help would be appreciated, Mike