Hi,

I'm facing a strange issue while using libcurl with pthreads to access  
'https://'  addresses.

The program abruptly crashes with a SIGPIPE. I'm unable to produce it for any 
single URL.

This very issue was fixed upstream recently:

   -> http://www.fpaste.org/23849/
   -> http://sourceforge.net/p/curl/bugs/1180/

Till the time the new fixed version - 7.31.0 - is packaged and available, 
solution is for
applications to ignore SIGPIPE signal.

+    signal(SIGPIPE, SIG_IGN);

The problem is, even after ignoring SIGPIPE, I'm seeing same crashes. I was 
wondering
if anyone has seen such an issue before. Does libcurl in Fedora use OpenSSL or 
a different
library for secure connections?

$ curl-config --configure
   ...  '--with-libssh2' '--without-ssl' '--with-nss'  ...

Thank you.

---
Regards
   -Prasad
http://feedmug.com
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Reply via email to