From owner-freebsd-stable@FreeBSD.ORG Thu May 27 16:36:37 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E55116A4CE; Thu, 27 May 2004 16:36:37 -0700 (PDT) Received: from tomts5-srv.bellnexxia.net (tomts5.bellnexxia.net [209.226.175.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6455943D2D; Thu, 27 May 2004 16:36:36 -0700 (PDT) (envelope-from dmagda@ee.ryerson.ca) Received: from number6.magda.ca ([67.68.49.151]) by tomts5-srv.bellnexxia.netESMTP <20040527233623.IANQ20084.tomts5-srv.bellnexxia.net@number6.magda.ca>; Thu, 27 May 2004 19:36:23 -0400 Received: from [192.168.1.132] (gandalf.magda.ca [192.168.1.132]) by number6.magda.ca (8.12.11/8.12.11) with ESMTP id i4RNaNdN002401; Thu, 27 May 2004 19:36:23 -0400 (EDT) (envelope-from dmagda@ee.ryerson.ca) In-Reply-To: <20040527154625.S53810@carver.gumbysoft.com> References: <20040527154625.S53810@carver.gumbysoft.com> Mime-Version: 1.0 (Apple Message framework v613) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: David Magda Date: Thu, 27 May 2004 19:36:39 -0400 To: Doug White X-Mailer: Apple Mail (2.613) cc: stable@freebsd.org cc: Robert Watson Subject: Re: how to interpret crash? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: David Magda List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 May 2004 23:36:37 -0000 On May 27, 2004, at 18:51, Doug White wrote: > If you put this line in your kernel config it should generate the > kernel.debug: > > makeoptions DEBUG=-g Yes, I have it that already. > You don't need the actual kernel.debug to boot with, just the image > around > so when you run gdb -k it can pull the symbols out. Otherwise, the > installed kernel is stripped. On -CURRENT, there's a > /sys/$arch/compile/$kernelname.debug that you suck in. Yes, but I sometimes clean out my compile / object directory and so when I need the debugging kernel it's not there (and I may have cvsup'ed my source tree). It would be nice if a debugging kernel is sitting there beside the kernel that I booted.