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.
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Reply via email to