curl / Mailing Lists / curl-library / Single Mail
Buy commercial curl support from WolfSSL. We help you work out your issues, debug your libcurl applications, use the API, port to new platforms, add new features and more. With a team lead by the curl founder himself.

Curl fetch crashing with OpenSSL

From: sunil verma via curl-library <curl-library_at_cool.haxx.se>
Date: Tue, 21 Jul 2020 16:35:08 +0530

Hi,
We are observing below crash while performing the curl operation.

0 0x00007f6cc5b1b207 in raise () from /lib64/libc.so.6

#1 0x00007f6cc5b1c8f8 in abort () from /lib64/libc.so.6

#2 0x00007f6cc5b5dd27 in __libc_message () from /lib64/libc.so.6

#3 0x00007f6cc5b66489 in _int_free () from /lib64/libc.so.6

#4 0x00007f6cc6544712 in EVP_CIPHER_CTX_reset () from
/usr/local/lib64/libcrypto.so.1.1

#5 0x00007f6cc6545791 in EVP_CipherInit_ex () from
/usr/local/lib64/libcrypto.so.1.1

#6 0x00007f6cc657fa74 in ctr_df () from /usr/local/lib64/libcrypto.so.1.1

#7 0x00007f6cc658055a in ctr_update () from
/usr/local/lib64/libcrypto.so.1.1

#8 0x00007f6cc6580ff4 in drbg_ctr_generate () from
/usr/local/lib64/libcrypto.so.1.1

#9 0x00007f6cc6581e1e in RAND_DRBG_generate () from
/usr/local/lib64/libcrypto.so.1.1

#10 0x00007f6cc6583923 in rand_drbg_get_entropy () from
/usr/local/lib64/libcrypto.so.1.1

#11 0x00007f6cc658199b in RAND_DRBG_reseed () from
/usr/local/lib64/libcrypto.so.1.1

#12 0x00007f6cc6581dfd in RAND_DRBG_generate () from
/usr/local/lib64/libcrypto.so.1.1

#13 0x00007f6cc658201a in RAND_DRBG_bytes () from
/usr/local/lib64/libcrypto.so.1.1

#14 0x00007f6cc68f3526 in SSL_CTX_new () from /usr/local/lib64/libssl.so.1.1

#15 0x00007f6cc505f119 in ossl_connect_step1 () from
/usr/local/lib/libcurl.so.4

#16 0x00007f6cc5060803 in ossl_connect_common () from
/usr/local/lib/libcurl.so.4

#17 0x00007f6cc5061466 in Curl_ssl_connect_nonblocking () from
/usr/local/lib/libcurl.so.4

#18 0x00007f6cc5018c52 in https_connecting () from
/usr/local/lib/libcurl.so.4

#19 0x00007f6cc501a453 in Curl_http_connect () from
/usr/local/lib/libcurl.so.4

#20 0x00007f6cc503702b in multi_runsingle () from
/usr/local/lib/libcurl.so.4

#21 0x00007f6cc5037f93 in curl_multi_perform () from
/usr/local/lib/libcurl.so.4

#22 0x00007f6cc5030653 in curl_easy_perform () from
/usr/local/lib/libcurl.so.4

Libcurl version: 7.69.1
OpenSSL version: 1.1.1f

Thanks and Regards
Sunil Verma

-------------------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
Etiquette: https://curl.haxx.se/mail/etiquette.html
Received on 2020-07-21