cURL / Mailing Lists / curl-library / Single Mail

curl-library

Segfault in Curl_ossl_close

From: Remko Tronçon <public_at_el-tramo.be>
Date: Thu, 14 Jun 2007 13:03:34 +0200

Hi,

I'm experiencing a segfault in Curl_ossl_close in Curl 7.16.2. I get
the following backtrace:

#0 0x007331ee in __write_nocancel () from /lib/tls/libc.so.6
#1 0x002b40d1 in BIO_new_socket () from /lib/libcrypto.so.4
#2 0x002b2136 in BIO_write () from /lib/libcrypto.so.4
#3 0x0022a7ab in ssl3_write_bytes () from /lib/libssl.so.4
#4 0x0022b3ad in ssl3_dispatch_alert () from /lib/libssl.so.4
#5 0x0022b328 in ssl3_send_alert () from /lib/libssl.so.4
#6 0x002284ce in ssl3_shutdown () from /lib/libssl.so.4
#7 0x00230f1c in SSL_shutdown () from /lib/libssl.so.4
#8 0x004232b8 in Curl_ossl_close (conn=0x9cf1b70) at ssluse.c:723
#9 0x004355ba in Curl_ssl_close (conn=0xffffffe0) at sslgen.c:415
#10 0x0041d768 in Curl_disconnect (conn=0x9cf1b70) at url.c:1884
#11 0x004211ac in Curl_connect (data=0x9caaf80, in_connect=0xbfff9974,
    asyncp=0xbfff9972, protocol_done=0xffffffe0) at url.c:2178
#12 0x0042c185 in Curl_perform (data=0x9caaf80) at transfer.c:2304
#13 0x0042cb76 in curl_easy_perform (curl=0x9caaf80) at easy.c:489
...

I noticed the report of a similar problem on
http://curl.haxx.se/mail/lib-2007-04/0166.html. Has there been any
progress since?

cheers,
Remko
Received on 2007-06-14