From owner-freebsd-questions@FreeBSD.ORG Fri May 16 18:17:07 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 32C61106566C for ; Fri, 16 May 2008 18:17:07 +0000 (UTC) (envelope-from cjk32@cam.ac.uk) Received: from ppsw-7.csi.cam.ac.uk (ppsw-7.csi.cam.ac.uk [131.111.8.137]) by mx1.freebsd.org (Postfix) with ESMTP id EC3968FC17 for ; Fri, 16 May 2008 18:17:06 +0000 (UTC) (envelope-from cjk32@cam.ac.uk) X-Cam-SpamDetails: Not scanned X-Cam-AntiVirus: No virus found X-Cam-ScannerInfo: http://www.cam.ac.uk/cs/email/scanner/ Received: from gw.cjkey.org.uk ([88.97.163.222]:1859 helo=[192.168.2.186]) by ppsw-7.csi.cam.ac.uk (smtp.hermes.cam.ac.uk [131.111.8.157]:465) with esmtpsa (PLAIN:cjk32) (TLSv1:DHE-RSA-AES256-SHA:256) id 1Jx4UG-0007L5-P4 (Exim 4.67) (return-path ); Fri, 16 May 2008 19:17:00 +0100 Message-ID: <482DCF9B.6050906@cam.ac.uk> Date: Fri, 16 May 2008 19:16:59 +0100 From: Christopher Key User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: Kris Kennaway References: <482DB3C6.5010200@cam.ac.uk> <482DC1D9.1050708@FreeBSD.org> In-Reply-To: <482DC1D9.1050708@FreeBSD.org> 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 18:17:07 -0000 Kris Kennaway wrote: > 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) > > Thanks Kris, I've created and installed a kernel with, options KDB options DDB options KDB_UNATTENDED I'll now wait and see if I can reproduce a crash. Regards, Chris