From owner-freebsd-stable@FreeBSD.ORG Mon Apr 9 08:00:22 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7970516A401 for ; Mon, 9 Apr 2007 08:00:22 +0000 (UTC) (envelope-from robert@ml.erje.net) Received: from smtpout-2.iphouse.net (smtpout-2.iphouse.net [216.250.188.191]) by mx1.freebsd.org (Postfix) with ESMTP id 4D19913C448 for ; Mon, 9 Apr 2007 08:00:22 +0000 (UTC) (envelope-from robert@ml.erje.net) Received: from smtpout-2.iphouse.net (localhost [127.0.0.1]) by outbound-clamsmtpd.iphouse.net (Postfix) with ESMTP id 920492AC42F for ; Mon, 9 Apr 2007 03:00:21 -0500 (CDT) Received: from ziemel.erje.net (erje.net [213.84.32.196]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtpout-2.iphouse.net (Postfix) with ESMTP id 428672AC42E for ; Mon, 9 Apr 2007 03:00:21 -0500 (CDT) Received: from ismet.erje.net (ismet.erje.net [IPv6:2001:888:1f33::8e45:7e]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ziemel.erje.net (PostFix 2.4.0) with ESMTP id A7F0F128723 for ; Mon, 9 Apr 2007 09:59:59 +0200 (CEST) Received: from ismet.erje.net (localhost [127.0.0.1]) by ismet.erje.net (8.13.6/8.13.3) with ESMTP id l397xxIG003709 for ; Mon, 9 Apr 2007 09:59:59 +0200 (CEST) (envelope-from robert@ml.erje.net) Received: (from robert@localhost) by ismet.erje.net (8.13.6/8.13.3/Submit) id l397xwDH003708 for freebsd-stable@freebsd.org; Mon, 9 Apr 2007 09:59:58 +0200 (CEST) (envelope-from robert@ml.erje.net) X-Authentication-Warning: ismet.erje.net: robert set sender to robert@ml.erje.net using -f Date: Mon, 9 Apr 2007 09:59:58 +0200 From: Robert Joosten To: freebsd-stable@freebsd.org Message-ID: <20070409075958.GA3477@iphouse.com> References: <000301c7799f$1c2cd690$6800a8c0@vancetech.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000301c7799f$1c2cd690$6800a8c0@vancetech.com> User-Agent: Mutt/1.5.14 (2007-02-12) X-ziemel.erje.net-MailScanner: Ok, found to be clean X-Spam-Status: No X-Virus-Scanned: ClamAV using ClamSMTP Subject: Re: FreeBSD 6.1-RELEASE source update fails during compilation X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 08:00:22 -0000 Hi, ---cut!------ > /usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/genattrtab.c:6240: > internal compiler error: Segmentation fault: 11 > Please submit a full bug report, > with preprocessed source if appropriate. > See for instructions. > {standard input}: Assembler messages: > {standard input}:14060: Warning: partial line at end of file ignored > *** Error code 1 > Stop in /usr/src/gnu/usr.bin/cc/cc_tools. > *** Error code 1 > Stop in /usr/src. > *** Error code 1 > Stop in /usr/src. > *** Error code 1 > Stop in /usr/src. Yeah, I observed this too a few times. All the times on a poor little pentium 1/150 with 48meg ram (according dmesg). It's somewhat difficult too check but I suspect I run out of memory every time. I happened to run make installworld with a DESTDIR pointing to this box using nfs using a more recent athlon 3000 :-) That slow box runs postfix and procmail to a nfs-mounted spool. It runs great without any sign indicating bad memory; did not run a memcheck though. Increasing swap didn't solve this matter. Hth. Cheers, Robert PS: recommend to check out releng_6_2 if able; just to be sure.