I am also facing similar kind of issue :
I am trying to send message to host from my system with tls connection . 
It's non-blocking case. 
i make host unreachable for some time .when i make it up my system crashes . 
crash info says : double free issue 

0x00000000018e5fee in CRYPTO_free (str=0x2aab0cdf34c8) 
0x00000000018d74cd in SSL_free (s=0x2aaaaf93bb48) 
                              in SSL_write

Actually SSL_write failing in this case  and i am calling SSL_free after
this .I am doing all NULL checks related to host and ssl . Right now i am
not ignoring the SIGPIPE .is the problem raised due to this SIGPIPE?
Can anyone help me to identify the possible cause ? 

Thanks 
Ashish 
ashish2...@gmail.com 



--
View this message in context: 
http://openssl.6102.n7.nabble.com/SSL-write-crashes-tp4029p48533.html
Sent from the OpenSSL - User mailing list archive at Nabble.com.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to