From owner-freebsd-current@FreeBSD.ORG Fri Jul 16 06:27:53 2004 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 CC30C16A4CE; Fri, 16 Jul 2004 06:27:53 +0000 (GMT) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8956843D1F; Fri, 16 Jul 2004 06:27:53 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.10/8.12.10) id i6G6Rp5E089250; Fri, 16 Jul 2004 01:27:51 -0500 (CDT) (envelope-from dan) Date: Fri, 16 Jul 2004 01:27:51 -0500 From: Dan Nelson To: Kris Kennaway Message-ID: <20040716062751.GG19036@dan.emsphone.com> References: <200407151424.i6FEOdoq060881@fledge.watson.org> <40F75738.2000604@alumni.rice.edu> <20040716060312.GA57223@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040716060312.GA57223@xor.obsecurity.org> X-OS: FreeBSD 5.2-CURRENT X-message-flag: Outlook Error User-Agent: Mutt/1.5.6i cc: re@freebsd.org cc: current@freebsd.org Subject: Re: 5.3-RELEASE TODO 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: Fri, 16 Jul 2004 06:27:53 -0000 In the last episode (Jul 15), Kris Kennaway said: > On Thu, Jul 15, 2004 at 11:19:04PM -0500, Jon Noack wrote: > > > Hmm, it appears that rpc.lockd died on the server end (at some > > point, anyway). I have a .core but it doesn't appear like it's > > finding any debug symbols. I build everything with -g, so I don't > > know why it can't. I'll keep the core around in case anyone cares. > > Sounds like the problems may already be known, so if it's not > > useful please let me know. > > Debug symbols are stripped by default when the binary is installed. > I think setting STRIP= overrides this; you probably just want to do > cd /usr/src/usr.sbin/rpc.lockd && make install STRIP= I stick DEBUG_FLAGS=-g in the Makefiles of what I debug, since that adds -g to the compile line and unsets STRIP during install. A two for one variable. -- Dan Nelson dnelson@allantgroup.com