praudit
    Robert Watson 
    rwatson at FreeBSD.org
       
    Tue Mar 30 18:16:22 GMT 2004
    
    
  
On Tue, 30 Mar 2004, Ilmar S. Habibulin wrote:
> I've put updated version on
> http://www.watson.org/ilmar/download/praudit.tbz2
> 
> How can i debug segfaults comming from the system library? 
Typically, I'll compile the library by hand with debugging symbols, then
statically link it into the binary also with debugging symbols.  That way
there's no worry about where exactly the bits come from.  This works less
well with PAM, NSS, etc, of course.  You can build and install an entire
system using libraries with debugging symbols, but that takes a lot of
disk space.
Robert N M Watson             FreeBSD Core Team, TrustedBSD Projects
robert at fledge.watson.org      Senior Research Scientist, McAfee Research
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-audit" in the body of the message
    
    
More information about the trustedbsd-audit
mailing list