From owner-freebsd-stable@FreeBSD.ORG Thu Feb 1 19:30:31 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2DD5F16A408 for ; Thu, 1 Feb 2007 19:30:31 +0000 (UTC) (envelope-from rodrigc@crodrigues.org) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.200.83]) by mx1.freebsd.org (Postfix) with ESMTP id EE09413C494 for ; Thu, 1 Feb 2007 19:30:30 +0000 (UTC) (envelope-from rodrigc@crodrigues.org) Received: from c-66-31-35-94.hsd1.ma.comcast.net ([66.31.35.94]) by comcast.net (sccrmhc13) with ESMTP id <2007020119302901300i4anre>; Thu, 1 Feb 2007 19:30:29 +0000 Received: from c-66-31-35-94.hsd1.ma.comcast.net (localhost.crodrigues.org [127.0.0.1]) by c-66-31-35-94.hsd1.ma.comcast.net (8.13.8/8.13.8) with ESMTP id l11JUVrC029528 for ; Thu, 1 Feb 2007 14:30:31 -0500 (EST) (envelope-from rodrigc@c-66-31-35-94.hsd1.ma.comcast.net) Received: (from rodrigc@localhost) by c-66-31-35-94.hsd1.ma.comcast.net (8.13.8/8.13.8/Submit) id l11JUVJZ029527 for freebsd-stable@freebsd.org; Thu, 1 Feb 2007 14:30:31 -0500 (EST) (envelope-from rodrigc) Date: Thu, 1 Feb 2007 14:30:30 -0500 From: Craig Rodrigues To: freebsd-stable@freebsd.org Message-ID: <20070201193030.GA29508@crodrigues.org> References: <20070131072435.GR63341@manor.msen.com> <20070131092816.GD56152@deviant.kiev.zoral.com.ua> <20070201192454.GA63341@manor.msen.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070201192454.GA63341@manor.msen.com> User-Agent: Mutt/1.4.2.1i Subject: Re: Filesystem hang on 3ware 6.2 system 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: Thu, 01 Feb 2007 19:30:31 -0000 On Thu, Feb 01, 2007 at 02:24:54PM -0500, Michael R. Wayne wrote: > As I read the "kernel deadlock debugging chapter", I see that it > operates on core dumps. Once the machine enters this state, my You didn't read properly: http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/kerneldebug-deadlocks.html That section mentions using ddb and the following ddb commands: "ps", "show pcpu", "show allpcup", "show locks", "show alllocks", "show lockedvnods", "show alltrace". It doesn't mention core files. -- Craig Rodrigues rodrigc@crodrigues.org