Re: crash issue: while invoking easy perform.

2018-03-05 Thread surya chandrika
Hi all, This issue is resolved now, Thanks for your quick response. I was getting Curl 35 error code in log followed by a crash. there were multiple threads running at parallel, and each thread at start invoked global_init and global_cleanup at its exit. when i removed global cleanup from

Re: crash issue: while invoking easy perform.

2018-03-05 Thread Daniel Stenberg
On Mon, 5 Mar 2018, surya chandrika wrote: (gdb) bt #0 0x7f0ca183d4ab in raise (sig=11) at ../nptl/sysdeps/unix/sysv/linux/pt-raise.c:37 #1 0x7f0ca64bd582 in skgesigOSCrash () from /usr/lib/oracle/12.2/client64/lib/libclntsh.so.12.1 #2 0x7f0ca6add8a5 in kpeDbgSignalHandler

Re: crash issue: while invoking easy perform.

2018-03-04 Thread surya chandrika
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

Re: crash issue: while invoking easy perform.

2018-03-04 Thread Daniel Stenberg
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