Re: [openssl-users] Reg: [Crash inside SSL_CTX_free ()]

2018-10-05 Thread Viktor Dukhovni
> On Oct 5, 2018, at 2:07 AM, Saimohan Gajula wrote: > > Please find the stack trace with the debugging information . > Kindly check if it helps. No, this problem really is yours to debug I'm afraid... -- Viktor. -- openssl-users mailing list To unsubscribe:

Re: [openssl-users] Reg: [Crash inside SSL_CTX_free ()]

2018-10-05 Thread Saimohan Gajula
Hi Viktor, Please find the stack trace with the debugging information . Kindly check if it helps. #0 0x7fc013fae51d in lh_insert () from /lib/x86_64/libcrypto.so.1.0.0 No symbol table info available. #1 0x7fc013ef74f9 in ?? () from /lib/x86_64/libcrypto.so.1.0.0 No symbol table info

Re: [openssl-users] Reg: [Crash inside SSL_CTX_free ()]

2018-10-04 Thread Viktor Dukhovni
You either have threading problems are sharing structures without proper reference counting or other protections. Perhaps the X509_STORE used in the context was already freed by some other caller? Or something completely unrelated corrupted the heap. The below is not sufficient for anyone else

[openssl-users] Reg: [Crash inside SSL_CTX_free ()]

2018-10-04 Thread Saimohan Gajula
Hi, We are encountering the crash inside the SSL_CTX_free(). Any leads for the solution will be greatly appreciated. We are using openssl 1_0_2 and libcrypto.so.1.0.0. Please help us know if anyone else also faced this issue earlier. Kindly find the Stack trace for your reference Stack: #0