From owner-freebsd-questions@FreeBSD.ORG Fri May 16 17:18:15 2008 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 74910106566C for ; Fri, 16 May 2008 17:18:15 +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 C264A8FC17; Fri, 16 May 2008 17:18:14 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <482DC1D9.1050708@FreeBSD.org> Date: Fri, 16 May 2008 19:18:17 +0200 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.14 (Macintosh/20080421) MIME-Version: 1.0 To: Christopher Key References: <482DB3C6.5010200@cam.ac.uk> In-Reply-To: <482DB3C6.5010200@cam.ac.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org Subject: Re: FreeBSD 6.3 Panic 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: Fri, 16 May 2008 17:18:15 -0000 Christopher Key wrote: > Can anyone suggest what I should be doing to try to get a crash dump > successfully to further diagnose this? Is there anything else relevant > I should post? Configure DDB and obtain the traceback from that instead (see the developers handbook) Kris