From owner-freebsd-stable@FreeBSD.ORG Sat Mar 22 14:44:28 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 71C121065670 for ; Sat, 22 Mar 2008 14:44:28 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 81C8A8FC14; Sat, 22 Mar 2008 14:44:27 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <47E51B50.1070407@FreeBSD.org> Date: Sat, 22 Mar 2008 15:44:32 +0100 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.12 (Macintosh/20080213) MIME-Version: 1.0 To: Ken Chen References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: 7.0 kernel panic on Intel SR2400 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: Sat, 22 Mar 2008 14:44:28 -0000 Ken Chen wrote: > Hello, > > I upgrade from 6.2 to 7.0 on this Intel SR2400 server, then it panic after > mounting storage when boot with 7.0 kernel. > > I don't leave enough space for core dumping, so I should get nothing more > for the panic. Any way to gather enough information for bug reporting? Configure DDB in the kernel and then obtain a backtrace from the panic, and either hand-transcribe or take a photo of it. See the developers handbook for detailed instructions. Kris