Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Jul 2004 05:04:39 -0500
From:      Jon Noack <noackjr@alumni.rice.edu>
To:        Kris Kennaway <kris@obsecurity.org>
Cc:        current@FreeBSD.org
Subject:   Re: 5.3-RELEASE TODO
Message-ID:  <40F7A837.9020700@alumni.rice.edu>
In-Reply-To: <20040716060312.GA57223@xor.obsecurity.org>
References:  <200407151424.i6FEOdoq060881@fledge.watson.org> <40F75738.2000604@alumni.rice.edu> <20040716060312.GA57223@xor.obsecurity.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 07/16/04 01:03, Kris Kennaway wrote:
> 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=

Alternatively, could I just use the unstripped binary from /usr/obj as 
the argument to gdb?

Something like this:
gdb /usr/obj/usr/src/usr.sbin/rpc.lockd/rpc.lockd rpc.lockd.core

Jon



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?40F7A837.9020700>