From owner-freebsd-stable@FreeBSD.ORG Mon Jan 21 22:27:56 2008 Return-Path: Delivered-To: stable@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8E3EE16A419; Mon, 21 Jan 2008 22:27:56 +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 40A6A13C45A; Mon, 21 Jan 2008 22:27:53 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <47951C66.2000803@FreeBSD.org> Date: Mon, 21 Jan 2008 23:27:50 +0100 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) MIME-Version: 1.0 To: Petr Holub References: <004b01c85c4e$e1c44540$a54ccfc0$@muni.cz> <479513FA.6020802@FreeBSD.org> <005801c85c79$dc458180$94d08480$@muni.cz> In-Reply-To: <005801c85c79$dc458180$94d08480$@muni.cz> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: stable@FreeBSD.org, rwatson@FreeBSD.org Subject: Re: 6.3-RELEASE panic 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, 21 Jan 2008 22:27:56 -0000 Petr Holub wrote: >> Can you obtain a trace against the kernel.symbols? > > Is it possible to do it with this vmcore? > > Petr Yes, the kernel.debug or kernel.symbols should either be in your /boot/kernel or in your kernel compile directory (unless you built your kernel without -g, but I think it is on by default). Kris