On Wed, Mar 21, 2001 at 11:01:52AM -0600, Brajesh Tiwari wrote:
> I am geeting a crash on SSL_connect. Can any one help me, please.
Read the documentation on how to compile a program with debugging support.

> >0  0x3ff81549cec in UnknownProcedure0FromFile22(0x1201feba8, 0x140086a40,
> 0x4, 0x1401c2023, 0x3ffc0087f20, 0x200000002)
I'll unpack my glass ball, maybe it tells me more than
  UnknownProcedure0FromFile22

> DebugInformationStrippedFromFile22
How do you expect to debug the program without debugging information?

> #1  0x3ff814856a8 in malloc(0x3ffc0087f20, 0x200000002, 0x1201f4540, 0x18,
> 0x140072cd0, 0x14008c968) DebugInformationStrippedFromFile22
Based on this line I will give you a guess: failures when calling
malloc() and friends typically occur when the administrative structures
are damaged by writing over boundaries or writing to already free()ed
locations. In these cases a malloc-debugger like efence might help.

Best regards,
        Lutz

> #2  0x1201f453c in CRYPTO_malloc(0x1201ff564, 0x0, 0x1401ba090, 0x1200a01f0,
> 0xe9, 0x3ffc0087f20) DebugInformationStrippedFromFile3165
> #3  0x1201ff560 in X509_NAME_ENTRY_new(0x3ff81487db8, 0x140086980, 0x40,
> 0x70, 0x1201feba8, 0x140086a40) DebugInformationStrippedFromFile3179
> #4  0x1201febfc in d2i_X509_NAME_ENTRY(0x1201f3078, 0x140086a70,
> 0x12021cf08, 0x1401c20a2, 0x1401ba090, 0x1200a2c98)
> DebugInformationStrippedFromFile3179
> #5  0x12021d06c in d2i_ASN1_SET(0x29, 0x1401c20cb, 0x1201ff1dc, 0x140086818,
> 0x1401ba1f0, 0x1401c2045) DebugInformationStrippedFromFile3226
> #6  0x1201ff24c in d2i_X509_NAME(0x4a, 0x1401c220d, 0x1401c20a0,
> 0x1401ba1f0, 0x1401ba1f0, 0x1401c2036) DebugInformationStrippedFromFile3179
> #7  0x120219578 in d2i_X509_CINF(0x1c8, 0x1401c225f, 0x1401c2045,
> 0x1401ba268, 0x1401ba2f0, 0x1401c2026) DebugInformationStrippedFromFile3220
> #8  0x1201f0530 in d2i_X509(0x100000000, 0x235, 0x1401c225f, 0x1401c202a,
> 0x1401ba2f0, 0x19000) DebugInformationStrippedFromFile3157
> #9  0x1201e414c in UnknownProcedure5FromFile3144(0x1401c2026, 0x1,
> 0x1400bd100, 0xffffffff, 0x140087490, 0x23f)
> DebugInformationStrippedFromFile3144
> #10 0x1201e315c in ssl3_connect(0x1, 0x1401ca002, 0x16, 0x1220, 0x82,
> 0x3ab8dcbb) DebugInformationStrippedFromFile3144
> #11 0x1201d582c in SSL_connect(0x16, 0x1220, 0x82, 0x3ab8dcbb, 0x1201dde60,
> 0x1400bd100) DebugInformationStrippedFromFile3133
> #12 0x1201dde5c in UnknownProcedure4FromFile3138(0x1201dd5d0, 0x1400bd100,
> 0x0, 0x1210, 0x1220, 0x24a00010316) DebugInformationStrippedFromFile3138
> #13 0x1201dd5cc in ssl23_connect(0x1400bd880, 0x1400bd100, 0xc1, 0x0, 0x0,
> 0x3ab8dcbb) DebugInformationStrippedFromFile3138
> #14 0x1201d582c in SSL_connect(0xc1, 0x0, 0x0, 0x3ab8dcbb, 0x1200cfb18, 0xa)
> DebugInformationStrippedFromFile3133
> #15 0x1200cfb14 in
> acceptor::_decifer(buffer=0x14008d000="000020199.245.204.15:443:10111111@Sky
> Tel029Wed, 21 Mar 2001 16:50:31
> GMT002000001015N:BriAndOneTest015ADR:;;;123;00;;017TEL;PAGE", fd=9,
> threadId=3) /usr2/users/bri/s_client/src/acceptor.cxx:2045
> #16 0x1200c6f98 in acceptor::_process(src=0x1400e5a60)
> /usr2/users/bri/s_client/src/acceptor.cxx:149
> #17 0x3ff805954f8 in __thdBase(0x0, 0x0, 0x1, 0x45586732, 0x4, 0x0)
> DebugInformationStrippedFromFile106
> ______________________________________________________________________
> OpenSSL Project                                 http://www.openssl.org
> Development Mailing List                       [EMAIL PROTECTED]
> Automated List Manager                           [EMAIL PROTECTED]

-- 
Lutz Jaenicke                             [EMAIL PROTECTED]
BTU Cottbus               http://www.aet.TU-Cottbus.DE/personen/jaenicke/
Lehrstuhl Allgemeine Elektrotechnik                  Tel. +49 355 69-4129
Universitaetsplatz 3-4, D-03044 Cottbus              Fax. +49 355 69-4153
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to