From owner-freebsd-current@FreeBSD.ORG Sat Jun 18 13:02:17 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org 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 01A4816A41C for ; Sat, 18 Jun 2005 13:02:17 +0000 (GMT) (envelope-from discussion-lists@linnet.org) Received: from orb.pobox.com (orb.pobox.com [207.8.226.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4DF943D55 for ; Sat, 18 Jun 2005 13:02:16 +0000 (GMT) (envelope-from discussion-lists@linnet.org) Received: from orb (localhost [127.0.0.1]) by orb.pobox.com (Postfix) with ESMTP id 4B47F1E32; Sat, 18 Jun 2005 09:02:08 -0400 (EDT) Received: from billdog.local.linnet.org (dsl-212-74-113-66.access.uk.tiscali.com [212.74.113.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by orb.sasl.smtp.pobox.com (Postfix) with ESMTP id E113287; Sat, 18 Jun 2005 09:02:05 -0400 (EDT) Received: from lists by billdog.local.linnet.org with local (Exim 4.50 (FreeBSD)) id 1Djcxg-0000Di-ND; Sat, 18 Jun 2005 14:02:12 +0100 Date: Sat, 18 Jun 2005 14:02:12 +0100 From: Brian Candler To: Tarc Message-ID: <20050618130212.GB721@uk.tiscali.com> References: <20050617180321.GA1131@tarc.po.cs.msu.su> <867jgskfvd.fsf@xps.des.no> <20050618105622.GA723@tarc.po.cs.msu.su> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050618105622.GA723@tarc.po.cs.msu.su> User-Agent: Mutt/1.4.2.1i Cc: Dag-Erling Sm?rgrav , freebsd-current Subject: Re: -CURRENT crashes on compilling 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: Sat, 18 Jun 2005 13:02:17 -0000 On Sat, Jun 18, 2005 at 02:56:22PM +0400, Tarc wrote: > On Fri, Jun 17, 2005 at 08:17:10PM +0200, Dag-Erling Sm?rgrav wrote: > > Tarc writes: > > > I change my old computer to a new one (see dmesgs links below) and > > > my computer begins to crash anywhere(cc1, sh, awk, ...) with (mainly > > > page fault) very often. > > > > Bad hardware - most likely bad RAM, possibly a bad CPU. > > > > DES > > -- > > Dag-Erling Sm?rgrav - des@des.no > > > > _______________________________________________ > > freebsd-current@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-current > > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > Hmm... I thinked about this, but RAM is ok. > How test processor? Doing a FreeBSD buildworld is a very good way to test your system :-) You'll find a much more detailled description of the possible problems and solutions in the SIG 11 FAQ, which you can find here: http://www.bitwizard.nl/sig11/ Since the individual components of your system interact with each other in so many ways, if the problem is actually a faulty component, usually the best approach is to swap components one at a time from another (working) system. But it could be that you have BIOS settings wrong for CPU clock or RAM timing etc. Regards, Brian.