From owner-freebsd-current@FreeBSD.ORG Wed Jul 16 09:57:32 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 008101065671 for ; Wed, 16 Jul 2008 09:57:31 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6CD228FC19; Wed, 16 Jul 2008 09:57:30 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <487DC60B.6020209@FreeBSD.org> Date: Wed, 16 Jul 2008 11:57:31 +0200 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.14 (Macintosh/20080421) MIME-Version: 1.0 To: Derek Ragona References: <6.0.0.22.2.20080715124429.024a1990@mail.computinginnovations.com> In-Reply-To: <6.0.0.22.2.20080715124429.024a1990@mail.computinginnovations.com> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit 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: Wed, 16 Jul 2008 09:57:32 -0000 Derek Ragona wrote: > At 09:23 PM 7/14/2008, 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? >> >> JeffD > > Could be lots of things while a segv is a memory fault. Could be bad > memory, flaky power supply, etc. You can try your make again using the > -DNO_CLEAN option to have the make start where it left off. Pretty dangerous advice since it is likely that some of the memory corruption will have been written to disk :) Kris