From owner-freebsd-current@FreeBSD.ORG Sun Feb 13 17:49:18 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE08D16A4CE for ; Sun, 13 Feb 2005 17:49:18 +0000 (GMT) Received: from wm1.todt.org (wm2.todt.org [207.218.27.21]) by mx1.FreeBSD.org (Postfix) with SMTP id 85F8443D31 for ; Sun, 13 Feb 2005 17:49:17 +0000 (GMT) (envelope-from jachmann@unitix.org) Received: (qmail 6422 invoked from network); 13 Feb 2005 17:49:15 -0000 Received: from unknown (HELO hurx.thc) (213.23.51.201) by 0 with SMTP; 13 Feb 2005 17:49:15 -0000 Received: (qmail 39690 invoked by uid 1001); 13 Feb 2005 17:49:15 -0000 Date: Sun, 13 Feb 2005 18:49:15 +0100 From: Christian Jachmann To: Emil Mikulic , freebsd-current@freebsd.org Message-ID: <20050213174915.GA97313@hurx.thc> References: <20050212023555.GA693@dmr.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050212023555.GA693@dmr.ath.cx> User-Agent: Mutt/1.4.2.1i X-Mailman-Approved-At: Sun, 13 Feb 2005 21:36:36 +0000 Subject: Re: Where is my debugging information? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Feb 2005 17:49:18 -0000 On Sat, Feb 12, 2005 at 01:35:55PM +1100, Emil Mikulic wrote: > All my recent kernels panic upon loading pf rules. I worked out how to > get a dump out of the kernel, but now kgdb is saying "no debugging > symbols found" > > My kernel config contains > makeoptions DEBUG=-g > > It was built with the standard "make kernel KERNCONF=WHATEVER" > > What am I doing wrong? seems that this isn't interpreted anymore.. try building the kernel using: config [-gp] [-d destdir] SYSTEM_NAME -- Christian Jachmann