On Tue, Dec 02, 2003, Dr. Stephen Henson wrote:

> On Tue, Dec 02, 2003, Ashutosh Jaiswal wrote:
> 
> > 
> > Pardon my rather limited knowledge about debugging with gdb, but does
> > this mean that there's some problem with glibc:
> > 
> > Program received signal SIGSEGV, Segmentation fault.
> > 0x45964169 in free () from /lib/libc.so.6
> > (gdb) i sym 0x45964169
> > free + 74 in section .text
> > (gdb) i sym free
> > free in section .text
> > 
> > 
> > I recently upgraded my versions of glibc and gcc.
> > thanks,
> > 
> 
> Not necessarily. Recompile OpenSSL and your program with debugging symbols to
> see where or if it crashes in OpenSSL.
> 

Oh and a stacktrace in gdb (the 'where') command helps :-)

Steve.
--
Dr Stephen N. Henson. Email, S/MIME and PGP keys: see homepage
OpenSSL project core developer and freelance consultant.
Funding needed! Details on homepage.
Homepage: http://www.drh-consultancy.demon.co.uk
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to