Hello,
I have an app with several 3rd party components. One of the issues I noticed is, crashes due to SIG-PIPE signals. Since then, we added a SIG-PIPE handler, we seems to have some other issues every since we added SIG-PIPE handler. While we are investigating that, we also wanted to make sure all sockets are operating with an option to ignore sig-pipe. Most said they said their sockets are ignoring sig-pipe, we still see SIG-PIPE signals being generated. Is there a way to identify which socket is creating SIG-PIPE signal? so that it is easy to fix them.
Thanks,