curl / Mailing Lists / curl-library / Single Mail

curl-library

Re: crash issue: while invoking easy perform.

From: surya chandrika <contactsuryac_at_gmail.com>
Date: Mon, 5 Mar 2018 10:56:27 +0530

Hi all,

Updated to latest version :

$ curl --version
curl 7.58.0 (x86_64-redhat-linux-gnu) libcurl/7.58.0 NSS/3.28.4 zlib/1.2.7
libpsl/0.7.0 (+libicu/50.1.2) libssh2/1.8.0 nghttp2/1.21.1
Release-Date: 2018-01-24
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3
pop3s rtsp scp sftp smb smbs smtp smtps telnet tftp
Features: AsynchDNS IPv6 Largefile GSS-API Kerberos SPNEGO NTLM NTLM_WB SSL
libz HTTP2 UnixSockets HTTPS-proxy Metalink PSL

i still face the issue:

please find bt below:

(gdb) bt
#0 0x00007f0ca183d4ab in raise (sig=11)
    at ../nptl/sysdeps/unix/sysv/linux/pt-raise.c:37
#1 0x00007f0ca64bd582 in skgesigOSCrash ()
   from /usr/lib/oracle/12.2/client64/lib/libclntsh.so.12.1
#2 0x00007f0ca6add8a5 in kpeDbgSignalHandler ()
   from /usr/lib/oracle/12.2/client64/lib/libclntsh.so.12.1
#3 0x00007f0ca64bd8c0 in skgesig_sigactionHandler ()
   from /usr/lib/oracle/12.2/client64/lib/libclntsh.so.12.1
#4 <signal handler called>
#5 0x00007f0c9f5ae01e in NSSRWLock_LockWrite_Util () from
/lib64/libnssutil3.so
#6 0x00007f0c9f82486f in secmod_AddModuleToList () from /lib64/libnss3.so
#7 0x00007f0c9f8184b1 in SECMOD_LoadModule () from /lib64/libnss3.so
#8 0x00007f0c9f8185e9 in SECMOD_LoadUserModule () from /lib64/libnss3.so
#9 0x00007f0ca855cd2e in nss_load_module.part.10 () from
/lib64/libcurl.so.4
#10 0x00007f0ca855e216 in nss_setup_connect () from /lib64/libcurl.so.4
#11 0x00007f0ca855e800 in nss_connect_common () from /lib64/libcurl.so.4
#12 0x00007f0ca855a816 in Curl_ssl_connect_nonblocking () from
/lib64/libcurl.so.4
#13 0x00007f0ca850b042 in https_connecting () from /lib64/libcurl.so.4
#14 0x00007f0ca8517611 in Curl_protocol_connect () from /lib64/libcurl.so.4
#15 0x00007f0ca852c24e in multi_runsingle () from /lib64/libcurl.so.4
#16 0x00007f0ca852d039 in curl_multi_perform () from /lib64/libcurl.so.4
#17 0x00007f0ca8523895 in curl_easy_perform () from /lib64/libcurl.so.4

On Mon, Mar 5, 2018 at 4:09 AM, Daniel Stenberg <daniel_at_haxx.se> wrote:

> On Sat, 3 Mar 2018, surya chandrika wrote:
>
> acc to logic only curl_easy_perform () should be invoked, but not sure
>> why BT shows curl_multi_perform () is it internally invoked from curl.
>>
>
> Yes it is.
>
> Please let me know if anyone is familiar with this.
>>
>
> ...
>
> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.28.4 zlib/1.2.7
>> libidn/1.28 libssh2/1.4.3
>>
>
> That's a five years old curl version. Chances are big we fixed that and
> several other problems since then. Please try a much newer version and see
> if the bug remains!
>
> --
>
> / daniel.haxx.se
> -------------------------------------------------------------------
> Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
> Etiquette: https://curl.haxx.se/mail/etiquette.html

-------------------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
Etiquette: https://curl.haxx.se/mail/etiquette.html
Received on 2018-03-05