From owner-freebsd-bugs@FreeBSD.ORG Wed Sep 23 18:10:02 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BE0FB106566C for ; Wed, 23 Sep 2009 18:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 941B98FC13 for ; Wed, 23 Sep 2009 18:10:02 +0000 (UTC) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n8NIA2XH034015 for ; Wed, 23 Sep 2009 18:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n8NIA2Y9034014; Wed, 23 Sep 2009 18:10:02 GMT (envelope-from gnats) Date: Wed, 23 Sep 2009 18:10:02 GMT Message-Id: <200909231810.n8NIA2Y9034014@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Daniel Austin MBCS Cc: Subject: Re: kern/138171: [hang] FreeBSD hangs on boot on HP DL580 G5 system (16 cores, 64GB ram) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Austin MBCS List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2009 18:10:02 -0000 The following reply was made to PR kern/138171; it has been noted by GNATS. From: Daniel Austin MBCS To: bug-followup@freebsd.org Cc: Subject: Re: kern/138171: [hang] FreeBSD hangs on boot on HP DL580 G5 system (16 cores, 64GB ram) Date: Wed, 23 Sep 2009 19:04:06 +0100 https://www.dan.me.uk/hp-dl580-g5/008-uniproc-dropped-to-debug-1.png With a 8.0-RC1 debugging kernel, it eventually panics and drops to the debug prompt. (this is due to the KASSERT in sys/kern/subr_autoconf.c) Thanks, Daniel.