Re: 5.3-RELEASE TODO

From: Kris Kennaway (kris_at_obsecurity.org)
Date: 07/16/04

  • Next message: Dan Nelson: "Re: 5.3-RELEASE TODO"
    Date: Thu, 15 Jul 2004 23:03:12 -0700
    To: Jon Noack <noackjr@alumni.rice.edu>
    
    
    

    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=

    Kris

    
    



  • Next message: Dan Nelson: "Re: 5.3-RELEASE TODO"

    Relevant Pages

    • Re: 5.3-RELEASE TODO
      ... I'll keep the core around in case anyone cares. ... > Debug symbols are stripped by default when the binary is installed. ... adds -g to the compile line and unsets STRIP during install. ...
      (freebsd-current)
    • Re: daemon on solaris 5.8 goes down--Core results shown
      ... Please find the core results when my daemon goes down when CPU ... utilisation is more than 20% ... Your application is stripped of symbols, so the core isn't much use. ... Build it with debug symbols and run it under your favourite debugger. ...
      (comp.unix.programmer)
    • Re: 5.3-RELEASE TODO
      ... Jon Noack wrote: ... I have a .core but it doesn't appear like it's finding any ... > debug symbols. ... To unsubscribe, ...
      (freebsd-current)
    • Re: 5.3-RELEASE TODO
      ... On Thu, 15 Jul 2004, Jon Noack wrote: ... > debug symbols. ... I'll keep the core around in case anyone cares. ... To unsubscribe, ...
      (freebsd-current)
    • Re: Fatal trap 12: page fault while in kernel mode
      ... but I'd say: rebuild the kernel with debug symbols and get ... > a core dump. ... Yes..see the chapter in the developers handbook. ... Kris ...
      (freebsd-questions)