About libcurl, pthreads, ssl and SIGPIPE

Anish Patil apatil at redhat.com
Tue Jul 9 06:59:16 UTC 2013


Hi,

>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 think if you ignore SIGPIPE it produces EPIPE, try setting error no EPIPE.

Thanks,
Anish P.


More information about the devel mailing list