From owner-freebsd-questions@FreeBSD.ORG Wed May 25 18:18:34 2011 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A7ADC106567B for ; Wed, 25 May 2011 18:18:34 +0000 (UTC) (envelope-from patfbsd@davenulle.org) Received: from smtp.lamaiziere.net (net.lamaiziere.net [91.121.44.19]) by mx1.freebsd.org (Postfix) with ESMTP id 694548FC19 for ; Wed, 25 May 2011 18:18:34 +0000 (UTC) Received: from baby-jane.lamaiziere.net (6.176.97.84.rev.sfr.net [84.97.176.6]) by smtp.lamaiziere.net (Postfix) with ESMTPA id 68730633205; Wed, 25 May 2011 20:01:23 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by baby-jane.lamaiziere.net (Postfix) with ESMTP id CEB2073079; Wed, 25 May 2011 20:01:29 +0200 (CEST) Date: Wed, 25 May 2011 20:01:29 +0200 From: Patrick Lamaiziere To: "Morse, Richard E.MGH" Message-ID: <20110525200129.0b6996fd@davenulle.org> In-Reply-To: <353F1278-9B19-4295-90B5-58ABF299946D@PARTNERS.ORG> References: <353F1278-9B19-4295-90B5-58ABF299946D@PARTNERS.ORG> X-Mailer: Claws Mail 3.7.9 (GTK+ 2.22.1; i386-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Cc: "questions@freebsd.org" Subject: Re: How to use crash dumps? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 May 2011 18:18:34 -0000 Le Wed, 25 May 2011 15:03:41 +0000, "Morse, Richard E.MGH" a écrit : Hello, > Hi! My server finally managed to create a core dump when it crashed. > I suspect the problem it is having is with the RAID card. How do I > parse through the description file to see if that is correct? http://www.freebsd.org/doc/en/books/developers-handbook/kerneldebug.html http://www.lemis.com/grog/Papers/Debug-tutorial/ Regards.