From owner-freebsd-current@FreeBSD.ORG Tue Jul 15 03:32:13 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E89FA1065677 for ; Tue, 15 Jul 2008 03:32:13 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.freebsd.org (Postfix) with ESMTP id B7C158FC16 for ; Tue, 15 Jul 2008 03:32:13 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.2/8.14.2) with ESMTP id m6F3WDYF074655; Mon, 14 Jul 2008 20:32:13 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.2/8.14.2/Submit) id m6F3WDa4074654; Mon, 14 Jul 2008 20:32:13 -0700 (PDT) (envelope-from sgk) Date: Mon, 14 Jul 2008 20:32:13 -0700 From: Steve Kargl To: Jeff Dowsley Message-ID: <20080715033213.GA74636@troutmask.apl.washington.edu> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i Cc: freebsd-current@freebsd.org Subject: Re: Segmentation fault X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 15 Jul 2008 03:32:14 -0000 On Tue, Jul 15, 2008 at 12:23:47PM +1000, Jeff Dowsley wrote: > Greetings > > Installed freeBSD current from ISO images, seems OK. > > However, any attempt to rebuild the kernel or any ports results in a > segmentation fault 11 (gcc 4.2.1). > > Any clues/advice? > Try testing the memory. A segfault is often associated with failing memory. /usr/ports/sysutils/memtest86 -- Steve