From owner-freebsd-questions@FreeBSD.ORG Mon Jun 19 20:54:45 2006 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 8482916A47B for ; Mon, 19 Jun 2006 20:54:45 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail4.sea5.speakeasy.net (mail4.sea5.speakeasy.net [69.17.117.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3158643D45 for ; Mon, 19 Jun 2006 20:54:45 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 16932 invoked from network); 19 Jun 2006 20:54:45 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail4.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 19 Jun 2006 20:54:44 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 5DB4A28449; Mon, 19 Jun 2006 16:54:44 -0400 (EDT) To: "Jacob Jennings" References: <2345a6660606191343p4d303fa1qf4e8a07e9c963e71@mail.gmail.com> From: Lowell Gilbert Date: Mon, 19 Jun 2006 16:54:44 -0400 In-Reply-To: <2345a6660606191343p4d303fa1qf4e8a07e9c963e71@mail.gmail.com> (Jacob Jennings's message of "Mon, 19 Jun 2006 15:43:12 -0500") Message-ID: <44zmg827e3.fsf@be-well.ilk.org> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: make buildworld errors 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: Mon, 19 Jun 2006 20:54:45 -0000 "Jacob Jennings" writes: > Hello, I am attempting to update my FreeBSD 6.0 installation's source > tree directly after the install. I have cvsup'ed "src-all" and run > "make buildworld" in /usr/src. However, this command fails in a > different spot each time with a segmentation fault. Once the error > message was "Internal compiler error: Segmentation fault: 11" and > another time it was "Segmentation fault: (core dumped): Error 139", > and I simply cannot find a solution to this on google or freebsd > forums. I read that it may be linked to bad memory, but I installed > memtest and ran it with no complaints therefrom. What could possibly > be the problem? If you try the same compile procedure and get *different* failures each time, it's almost certainly some kind of bad hardware. Memory is the most likely but not the only possibility. See the 'Why do my programs occasionally die with "Signal 11" errors?' entry in the FreeBSD FAQ.