Hi All, I am in the process of upgrading from 0.9.8 to 1.0.1e - hence I requested some info earlier, Thanks a ton for all the wonderful answers (didn't want to spam by just sending a Thank You note).
Working on Ubuntu 12.04, 32 bit I am facing this issue with curl-7.29.0 (for that matter all curl versions I tried, including latest). BN_num_bits gives a segmentation fault. Here's the partial stack trace: #0 0xb7438ed8 in BN_num_bits () from /build/toolchain/lin32/openssl-1.0.1e-1/lib/libcrypto.so.1.0.1 #1 0xb751ed9b in ?? () from /build/toolchain/lin32/openssl-1.0.1e-1/lib/libcrypto.so.1.0.1 #2 0x08108748 in ossl_connect_common () #3 0x080f117f in Curl_ssl_connect_nonblocking () #4 0x080f743f in https_connecting () #5 0x080fd399 in Curl_protocol_connecting () #6 0x080edb1b in multi_runsingle () #7 0x080eed45 in multi_socket () #8 0x080eee21 in curl_multi_socket_action () Has anyone come across this? Any known solutions? I did note that in 0.9.8 BN_num_bits was a function and now in 1.0.1e it's a macro - could it be issue! Thank You in advance. --Gopu