From owner-freebsd-stable@FreeBSD.ORG Tue Jan 11 07:28:15 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2D4E16A4CE for ; Tue, 11 Jan 2005 07:28:15 +0000 (GMT) Received: from linda-1.paradise.net.nz (bm-1a.paradise.net.nz [202.0.58.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28DFB43D4C for ; Tue, 11 Jan 2005 07:28:15 +0000 (GMT) (envelope-from markir@paradise.net.nz) Received: from smtp-3.paradise.net.nz (smtp-3b.paradise.net.nz [202.0.32.212]) by linda-1.paradise.net.nz (Paradise.net.nz) with ESMTP id <0IA500DXH631YH@linda-1.paradise.net.nz> for freebsd-stable@freebsd.org; Tue, 11 Jan 2005 20:28:14 +1300 (NZDT) Received: from [192.168.1.11] (218-101-14-125.paradise.net.nz [218.101.14.125]) by smtp-3.paradise.net.nz (Postfix) with ESMTP id 5D43EAE0A0; Tue, 11 Jan 2005 20:28:13 +1300 (NZDT) Date: Tue, 11 Jan 2005 20:32:04 +1300 From: Mark Kirkwood In-reply-to: <41E36760.2090609@updegrove.net> To: Rick Updegrove Message-id: <41E380F4.40200@paradise.net.nz> MIME-version: 1.0 Content-type: text/plain; format=flowed; charset=ISO-8859-1 Content-transfer-encoding: 7bit X-Accept-Language: en-us, en User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20041016 References: <41E36760.2090609@updegrove.net> cc: freebsd-stable@freebsd.org Subject: Re: 5.3-RELEASE crashes during make buildworld (and other problems) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Jan 2005 07:28:15 -0000 I am wondering if cpu overheating could be a factor. In 4.x you are building with gcc 2.95, whereas 5.3 uses 3.4 - the 3.x compiler takes longer and works harder, which may be generating more heat (i.e too much heat). You can test this by installing the cpuburn port and running it for 10-20 minutes. regards Mark Rick Updegrove wrote: > Hi all, > > This machine runs 4.11-STABLE just fine. I can make buildworld all day. > Before that it ran Win2k for many months with no problems. For these > reasons, I do not suspect hardware at this point. > > When I install 5.3-RELEASE it runs fine until... > > When I attempt to cvsup to STABLE and run make buildworld (yes with and > without the -j) it crashes. > >