From owner-freebsd-questions@FreeBSD.ORG Fri Aug 12 17:47:30 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F24A16A41F for ; Fri, 12 Aug 2005 17:47:30 +0000 (GMT) (envelope-from youshi10@u.washington.edu) Received: from mxout3.cac.washington.edu (mxout3.cac.washington.edu [140.142.32.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id D10B543D45 for ; Fri, 12 Aug 2005 17:47:29 +0000 (GMT) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.33.9]) by mxout3.cac.washington.edu (8.13.4+UW05.04/8.13.4+UW05.05) with ESMTP id j7CHlTJQ003547 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 12 Aug 2005 10:47:29 -0700 X-Auth-Received: from [128.208.4.23] (shiina.dyn.cs.washington.edu [128.208.4.23]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.4+UW05.04/8.13.4+UW05.07) with ESMTP id j7CHlSJY024454 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 12 Aug 2005 10:47:29 -0700 Message-ID: <42FCE0B4.1010301@u.washington.edu> Date: Fri, 12 Aug 2005 10:47:32 -0700 From: Garrett Cooper User-Agent: Mozilla Thunderbird 1.0.6 (Macintosh/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Richard Crane , FreeBSD Questions References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: FREEBSD 5.4 - Internal compiler error: Segmentation fault X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Aug 2005 17:47:30 -0000 Richard Crane wrote: > Hello, > > MACHINE SPECS: > I'm running a SuperServer 6010H with 1 gi of memory and 1 gigahert cpu. > > I'm getting an internal compiler error: Segmentation fault when doing > a make install clean of cvsup-without-gui. > > I RUN THE FOLLOWING COMMANDS: > > # cd /usr/ports/net/cvsup-without-gui/ > # make install clean > > THE FOLLOWING ARE THE LAST LINES IN THE COMPILATION PROCESS: > > ../../gcc/gcc/tree.h:1221: warning: type of bit-field `mode' is a GCC > extension > ../../gcc/gcc/tree.h:1766: warning: type of bit-field `mode' is a GCC > extension > ../../gcc/gcc/tree.h:1791: warning: type of bit-field `built_in_class' > is a GCC extension > ../../gcc/gcc/calls.c: In function `compute_argument_addresses': > ../../gcc/gcc/calls.c:1693: internal compiler error: Segmentation fault > Please submit a full bug report, > with preprocessed source if appropriate. > See for instructions. > gmake[1]: *** [calls.o] Error 1 > gmake[1]: Leaving directory > `/usr/ports/lang/ezm3/work/ezm3-1.2/language/modula3/m3compiler/m3cc/FreeBSD4/gcc' > > mkdir FreeBSD4 > --- building in FreeBSD4 --- > > m3build: quake error: quake error: runtime error: Failed to build m3cc > > --procedure-- -line- -file--- > error -- > 112 > /usr/ports/lang/ezm3/work/ezm3-1.2/language/modula3/m3compiler/m3cc/src/m3makefile > > > > m3build: quake error: quake error: runtime error: m3build failed with > error code: 1 > > --procedure-- -line- -file--- > error -- > BuildChunk 164 /usr/ports/lang/ezm3/work/ezm3-1.2/src/m3makefile > PkgInfo 240 /usr/ports/lang/ezm3/work/ezm3-1.2/src/m3makefile > 31 /usr/ports/lang/ezm3/work/ezm3-1.2/src/PACKAGES > > gmake: *** [packages] Error 1 > *** Error code 2 > > Stop in /usr/ports/lang/ezm3. > *** Error code 1 > > Stop in /usr/ports/net/cvsup-without-gui. Dunno if this applies to FBSD as well, but in Linux many GCC seg faults were caused by either bad programming on someone's behalf, or bad RAM. I'd run a RAM test first just to be sure it's not the RAM -Garrett