From owner-freebsd-stable@FreeBSD.ORG Fri Nov 4 06:22:30 2005 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A93616A41F for ; Fri, 4 Nov 2005 06:22:30 +0000 (GMT) (envelope-from PeterJeremy@optushome.com.au) Received: from mail18.syd.optusnet.com.au (mail18.syd.optusnet.com.au [211.29.132.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5273243D45 for ; Fri, 4 Nov 2005 06:22:29 +0000 (GMT) (envelope-from PeterJeremy@optushome.com.au) Received: from cirb503493.alcatel.com.au (c220-239-19-236.belrs4.nsw.optusnet.com.au [220.239.19.236]) by mail18.syd.optusnet.com.au (8.12.11/8.12.11) with ESMTP id jA46MFjh031972 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Fri, 4 Nov 2005 17:22:17 +1100 Received: from cirb503493.alcatel.com.au (localhost.alcatel.com.au [127.0.0.1]) by cirb503493.alcatel.com.au (8.12.10/8.12.10) with ESMTP id jA46MFHh068801; Fri, 4 Nov 2005 17:22:15 +1100 (EST) (envelope-from pjeremy@cirb503493.alcatel.com.au) Received: (from pjeremy@localhost) by cirb503493.alcatel.com.au (8.12.10/8.12.9/Submit) id jA46MEoM068800; Fri, 4 Nov 2005 17:22:14 +1100 (EST) (envelope-from pjeremy) Date: Fri, 4 Nov 2005 17:22:14 +1100 From: Peter Jeremy To: Jayton Garnett Message-ID: <20051104062214.GI39882@cirb503493.alcatel.com.au> References: <4369BE96.6030003@codegurus.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4369BE96.6030003@codegurus.org> User-Agent: Mutt/1.4.2.1i X-PGP-Key: http://members.optusnet.com.au/peterjeremy/pubkey.asc Cc: stable@freebsd.org Subject: Re: compile error - bus error X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Nov 2005 06:22:30 -0000 On Thu, 2005-Nov-03 07:39:02 +0000, Jayton Garnett wrote: >Just to confirm my suspicions, while compiling apache 2.0.55 on a fresh >install of FreeBSD 5.4 with fresh cvsup'd ports tree I got an error, the >error stated : Bus error. >This is a hardware fault is it not? or is it some other error? I'd lean towards it being a hardware problem but you haven't provided enough information to really answer this. Is the problem reproduceable? If the bus error repeats in exactly the same place then it's may be a problem with the toolchain. If the error moves around then it's probably hardware. Do you have problems compiling anything else (buildworld in particular). -- Peter Jeremy