<p dir="ltr">You'll need to rebuild your application and openssl with debugging symbols and no optimization, then run it inside gdb to produce a more useful stack trace. Since you don't include any context or source code snippets it isn't really possible to help. Can you produce a reduced test case with source code which reproduces the bug?</p>
<p dir="ltr">As long as politics is the shadow cast on society by big business, the attenuation of the shadow will not change the substance.</p>
<p dir="ltr">John Dewey: The Later Works, 1925-1953; Volume 6, pp. 163</p>
<div class="gmail_quote">On Feb 24, 2016 11:33 PM, "Vikas TM" <<a href="mailto:vikas.tm@gmail.com">vikas.tm@gmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><p dir="ltr"></p>
<p dir="ltr">Hi,</p>
<p dir="ltr">While running my application with openSSL 102d and I encountered double free error or corruption.</p>
<p dir="ltr">As per few threads suggestion, I have changed getpid() with pthread_self() in CRYPTO_thread_id(). Still the result is same.</p>
<p dir="ltr">Please let me know if any fix available to this issue.</p>
<p dir="ltr">*** glibc detected *** xxx: double free or corruption (!prev): 0x097b8750 ***</p>
<p dir="ltr">======= Backtrace: =========</p>
<p dir="ltr">/lib/libc.so.6[0x1768b6]</p>
<p dir="ltr">/lib/libc.so.6(cfree+0x90)[0x179e00]</p>
<p dir="ltr">xxx(CRYPTO_free+0x3a)[0x81b89be]</p>
<p dir="ltr">xxx(ssl_cert_free+0x13f)[0x826fa23]</p>
<p dir="ltr">xxx(SSL_free+0x14d)[0x81d7e08]</p>
<p dir="ltr">Thanks & Regards,<br>
Vikas<br>
</p>
<br>--<br>
openssl-users mailing list<br>
To unsubscribe: <a href="https://mta.openssl.org/mailman/listinfo/openssl-users" rel="noreferrer" target="_blank">https://mta.openssl.org/mailman/listinfo/openssl-users</a><br>
<br></blockquote></div>