Hi,
I have a problem while executing a bash script from C++ using the system call command. The script catch a SIGPIPE signal and exit with ret code 141.
This problem has started to appear only in the last release of my code. My Questions are as follows:
1) Why does this SIGPIPE occur now and didn't occur before? 2) Is it safe to ignore the SIGPIPE and what are the consequences?
Thanks, Eyal