From owner-freebsd-stable@FreeBSD.ORG Mon Feb 13 18:23:23 2006 Return-Path: X-Original-To: freebsd-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 6F1C216A420 for ; Mon, 13 Feb 2006 18:23:23 +0000 (GMT) (envelope-from peterjeremy@optushome.com.au) Received: from mail11.syd.optusnet.com.au (mail11.syd.optusnet.com.au [211.29.132.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F40B43D73 for ; Mon, 13 Feb 2006 18:23:19 +0000 (GMT) (envelope-from peterjeremy@optushome.com.au) Received: from turion.vk2pj.dyndns.org (c220-239-19-236.belrs4.nsw.optusnet.com.au [220.239.19.236]) by mail11.syd.optusnet.com.au (8.12.11/8.12.11) with ESMTP id k1DINFQj008297 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Tue, 14 Feb 2006 05:23:16 +1100 Received: from turion.vk2pj.dyndns.org (localhost.vk2pj.dyndns.org [127.0.0.1]) by turion.vk2pj.dyndns.org (8.13.4/8.13.4) with ESMTP id k1DINFBH003061; Tue, 14 Feb 2006 05:23:15 +1100 (EST) (envelope-from peter@turion.vk2pj.dyndns.org) Received: (from peter@localhost) by turion.vk2pj.dyndns.org (8.13.4/8.13.4/Submit) id k1DINEuI003060; Tue, 14 Feb 2006 05:23:14 +1100 (EST) (envelope-from peter) Date: Tue, 14 Feb 2006 05:23:14 +1100 From: Peter Jeremy To: Julien Ammous Message-ID: <20060213182314.GC705@turion.vk2pj.dyndns.org> References: <43F07CB4.1090207@supinfo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43F07CB4.1090207@supinfo.com> X-PGP-Key: http://members.optusnet.com.au/peterjeremy/pubkey.asc User-Agent: Mutt/1.5.11 Cc: freebsd-stable@freebsd.org Subject: Re: FreeBSD6 freeze at boot 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: Mon, 13 Feb 2006 18:23:23 -0000 On Mon, 2006-Feb-13 13:33:56 +0100, Julien Ammous wrote: >I use freebsd 6 on my main router without problems since it was released Is this 6.0-RELEASE, RELENG_6_0 or RELENG_6? What motherboard are you using? What CPU is it (you cut this out of your dmesg)? >The freeze happens after this line: >npx0: [FAST] > >With my understanding of this, it seems it have something against the >math processor or something near since it is the line following this one. This implies it's hanging in npx_probe() which suggests that there is something wrong with the math co-processor interface. >Ps: The kernel is GENERIC, I wait until everything works before >recompiling a new one. I know there are some warnings but they happen >after my freeze problem so i don't think they are related, and the >system works well after booting (when it boots). What warnings? Are you able to successfully use floating point (and get correct answers)? -- Peter Jeremy