On Tue, May 13, 2014 at 3:37 AM, Daniel Stenberg <[email protected]> wrote:
> On Mon, 12 May 2014, Wagner Patriota wrote: > > Actually, it didn't work. Before I remove the line. The bug ALWAYS >> happened! Now it happens "sometimes"... I can't understand where else can >> be... I will try to isolate the problem... and then I send it over. >> > > So you are still getting SIGPIPE occasionally? Do you by any chance then > get them when calling another libcurl function? I don't know why, but for Ubuntu 14, *not* using curl_easy_setopt( curl, CURLOPT_NOSIGNAL, *1* ) is not enough. My problem has only been solved after I explict did curl_easy_setopt( curl, CURLOPT_NOSIGNAL, *0* ) > > > -- > > / daniel.haxx.se > ------------------------------------------------------------------- > List admin: http://cool.haxx.se/list/listinfo/curl-library > Etiquette: http://curl.haxx.se/mail/etiquette.html >
------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
