curl / Mailing Lists / curl-library / Single Mail

curl-library

crash issue: while invoking easy perform.

From: surya chandrika <contactsuryac_at_gmail.com>
Date: Sat, 3 Mar 2018 10:49:27 +0530

Am getting following crash issue:

BT:

#0 0x00007f5a2c4344ab in raise (sig=11)
    at ../nptl/sysdeps/unix/sysv/linux/pt-raise.c:37
#1 0x00007f5a310b4582 in skgesigOSCrash ()
   from /usr/lib/oracle/12.2/client64/lib/libclntsh.so.12.1
#2 0x00007f5a316d48a5 in kpeDbgSignalHandler ()
   from /usr/lib/oracle/12.2/client64/lib/libclntsh.so.12.1
#3 0x00007f5a310b48c0 in skgesig_sigactionHandler ()
   from /usr/lib/oracle/12.2/client64/lib/libclntsh.so.12.1
#4 <signal handler called>
#5 __GI___pthread_mutex_lock (mutex=0x0) at ../nptl/pthread_mutex_lock.c:66
#6 0x00007f5a29ddee49 in PR_Lock () from /lib64/libnspr4.so
#7 0x00007f5a33130747 in nss_connect_common () from /lib64/libcurl.so.4
#8 0x00007f5a3312795e in Curl_ssl_connect_nonblocking () from
/lib64/libcurl.so.4
#9 0x00007f5a330fee4d in Curl_http_connect () from /lib64/libcurl.so.4
#10 0x00007f5a331214a5 in multi_runsingle () from /lib64/libcurl.so.4
#11 0x00007f5a33122221 in curl_multi_perform () from /lib64/libcurl.so.4
#12 0x00007f5a33119523 in curl_easy_perform () from /lib64/libcurl.so.4

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.

Please let me know if anyone is familiar with this.

Note:

$ curl --version
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
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3
pop3s rtsp scp sftp smtp smtps telnet tftp
Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz
unix-sockets

Regards,
Surya

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