From owner-freebsd-current@FreeBSD.ORG Thu Jul 31 11:36:17 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 BE61437B401 for ; Thu, 31 Jul 2003 11:36:17 -0700 (PDT) Received: from Shenton.org (23.ebbed1.client.atlantech.net [209.190.235.35]) by mx1.FreeBSD.org (Postfix) with SMTP id 464EF43F75 for ; Thu, 31 Jul 2003 11:36:16 -0700 (PDT) (envelope-from chris@Shenton.Org) Received: (qmail 70788 invoked by uid 1001); 31 Jul 2003 18:36:13 -0000 To: freebsd-current@freebsd.org, freebsd-hardware@freebsd.org From: Chris Shenton Date: 31 Jul 2003 14:36:13 -0400 Message-ID: <86he52r1b6.fsf@PECTOPAH.shenton.org> Lines: 33 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: make buildworld: Signal 11; Illegal instruction 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, 31 Jul 2003 18:36:18 -0000 I'm trying to do a "make buildworld" on my system: FreeBSD PECTOPAH.shenton.org 5.1-CURRENT FreeBSD 5.1-CURRENT #2: Tue Jul 1 19:48:37 EDT 2003 chris@PECTOPAH.shenton.org:/usr/obj/usr/src/sys/PECTOPAH i386 And it keeps dying at various points early in the build. It's a different location each time, some times as soon as 12 seconds, some as long as 100 seconds. Most of the time it's a Signal 11, e.g.: rm -f .depend GPATH GRTAGS GSYMS GTAGS ===> games/pom *** Signal 11 But sometimes it complains about Illegal instruction: ===> rescue/rescue/client rm -f dhclient clparse.o dhclient.o dhclient.conf.5.gz dhclient.leases.5.gz dhclient.8.gz dhclient-sc\ ript.8.gz dhclient.conf.5.cat.gz dhclient.leases.5.cat.gz dhclient.8.cat.gz dhclient-script.8.cat.gz Illegal instruction (core dumped) *** Error code 132 This smells like a hardware problem to me. Oddly, this is the first off-the-shelf box I've bought in years. A Dell 600sc with CERC RAID controller, 256MB DELL RAM. To this, I added 512MB Crucial RAM. I've seen this before in heavy builds (mozilla, openoffice, x11) but now it's really buggin' me. I'm kinda stuck if I can't make world. Suggestions? If you think it's marginal HW, do you have any suggestions on how to test and determine the culprit? Thanks.