[Pkg-openssl-devel] Bug#670581: Bug#670581: openssl: ntpd segfaults with error 4 in libcrypto.so.0.9.8 on Debian squeeze

Kurt Roeckx kurt at roeckx.be
Sat Apr 28 08:57:26 UTC 2012


On Fri, Apr 27, 2012 at 05:42:07PM -0700, Andris Kalnozols wrote:
> On 4/27/2012 4:11 PM, Kurt Roeckx wrote:
> >header and hdlen from frame 1 would be nice.
> >
> >Could you also install the libssl0.9.8-dbg package?  You'll get
> >debug symbols then.
> >
> 
> I'm not a real pro with the debugger.  After installing the `dbg'
> package, is
> this all that's needed?:

gdb should look load the debug symbols from
/usr/lib/debug/usr/lib/libcrypto.so.0.9.8 automaticly,
there is no need to add the symbol files in gdb.

> Modifying the Makefile to link ntpd using libcrypto in
> /usr/lib/debug/usr/lib

There is also no need for that, and it won't work, because it
only contains the debug symbols.

The library in /usr/lib/ tells that it's debug symbols have been
removed and placed in the file in /usr/lib/debug/usr/lib/, and gdb
should automaticly pick this up.



Kurt






More information about the Pkg-openssl-devel mailing list