From owner-freebsd-stable Tue Jun 10 06:42:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id GAA04527 for stable-outgoing; Tue, 10 Jun 1997 06:42:05 -0700 (PDT) Received: from destiny.erols.com (someone@destiny.erols.com [207.96.73.65]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id GAA04514 for ; Tue, 10 Jun 1997 06:41:47 -0700 (PDT) Received: from destiny.erols.com (someone@destiny.erols.com [207.96.73.65]) by destiny.erols.com (8.8.5/8.6.12) with SMTP id JAA26835; Tue, 10 Jun 1997 09:41:00 -0400 (EDT) Date: Tue, 10 Jun 1997 09:41:00 -0400 (EDT) From: John Dowdal To: Christoph Haas cc: stable@FreeBSD.ORG Subject: Re: Internal compiler errors when making world In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-stable@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, 10 Jun 1997, Christoph Haas wrote: > Hi, > > since I upgraded to 2.2-STABLE I get internal compiler errors in all parts > of the source. I simply tell it to "make -DMAKE_EBONES -DCLOBBER world" > and it runs for a few minutes and bombs out with an internal compiler > error. What's wrong with it ? I never had this kind of problems while > running 2.1-STABLE. And if I compile the offending files "by hand" they > are compiled without any problems. Only world as a target for make > produces this strange errors. Any ideas ? > This is usually caused by a memory error, bad cache, bad motherboard, overheated CPU. You probably saw "cc1 received fatal signal 11" ... The solution [assuming the errors are random .. ie have nothing to do with the source files] is to fix the hardware problem, which often involves reseating SIMMs, disabling caches, or adding cooling fans. John