From owner-freebsd-current@FreeBSD.ORG Thu Jun 26 03:19:53 2003 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 65E7437B401 for ; Thu, 26 Jun 2003 03:19:53 -0700 (PDT) Received: from mailhub02.unibe.ch (mailhub02.unibe.ch [130.92.9.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0472044034 for ; Thu, 26 Jun 2003 03:19:52 -0700 (PDT) (envelope-from roth@iam.unibe.ch) Received: from localhost (localhost [127.0.0.1]) by mailhub02.unibe.ch (Postfix) with ESMTP id 8504C76440; Thu, 26 Jun 2003 12:19:50 +0200 (MEST) Received: from mailhub02.unibe.ch ([127.0.0.1]) by localhost (mailhub02 [127.0.0.1:10024]) (amavisd-new) with LMTP id 29080-01-88; Thu, 26 Jun 2003 12:19:49 +0200 (MEST) Received: from asterix.unibe.ch (asterix.unibe.ch [130.92.64.4]) by mailhub02.unibe.ch (Postfix) with ESMTP id 4C17A76468; Thu, 26 Jun 2003 12:19:43 +0200 (MEST) Received: from speedy.unibe.ch (speedy [130.92.64.35]) by asterix.unibe.ch (8.11.6+Sun/8.11.6) with ESMTP id h5QAJhK19995; Thu, 26 Jun 2003 12:19:43 +0200 (MET DST) Received: (from roth@localhost) by speedy.unibe.ch (8.11.6+Sun/8.10.2) id h5QAJgZ16000; Thu, 26 Jun 2003 12:19:42 +0200 (MEST) Date: Thu, 26 Jun 2003 12:19:42 +0200 From: Tobias Roth To: peter Message-ID: <20030626101942.GA15745@speedy.unibe.ch> References: <200306260751.h5Q7p4Z02392@accms33.physik.rwth-aachen.de> <3EFAD0CF.8060308@melbpc.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3EFAD0CF.8060308@melbpc.org.au> User-Agent: Mutt/1.4i X-Operating-System: SunOS speedy 5.8 Generic_108528-16 sun4u sparc SUNW,Ultra-80 X-Virus-checked: by University of Berne cc: Christoph Kukulies cc: current@freebsd.org Subject: Re: world build fails since yesterday 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, 26 Jun 2003 10:19:54 -0000 Hi I get the same behaviour on my T30. Although the indications for a hardware problem are very strong, I am not yet convinced that this really is one. My suspicion is that there are problems with current (as well with 5.1 and probably 5.0) with power management that will result in overheating, which will then look like a hardware problem. I am currently running continuous buildworlds on stable, and so far they all succeeded. This is what is left to do: run buildworld on current or 5.1 until it fails a couple of times with the below errors, then reboot to 4.8 and run a few buildworlds. if they also fail -> hardware problem very likely if they do not fail -> run again a few buldworlds on current. if these fail again -> software problem very likely could you please also set up this test scenario and report the outcome? my results will be available some time tomorrow thanks, t. On Thu, Jun 26, 2003 at 08:54:07PM +1000, peter wrote: > Hi > > I receive signals 4, 10, and 11 during my buildworlds. Just put in > another PSU: same problem. Checking memory next... > > Christoph Kukulies wrote: > > >I tried to sync my source tree and build the world. Yesterday > >world build failed. Today it seemd to get further but still failed > >with signal 4 (SIGILL !?) > > > >cd /usr/include/fs/fdescfs; for h in *.h; do if [ -L $h ]; then rm -f > >$h; fi; done > >cd /usr/include/fs/fifofs; for h in *.h; do if [ -L $h ]; then rm -f $h; > >fi; done > >cd /usr/include/fs/msdosfs; for h in *.h; do if [ -L $h ]; then rm -f > >$h; fi; done > >cd /usr/include/fs/ntfs; for h in *.h; do if [ -L $h ]; then rm -f $h; > >fi; done > >cd /usr/include/fs/nullfs; for h in *.h; do if [ -L $h ]; then rm -f $h; > >fi; done > >*** Signal 4