PIPE
Description:
PIPE
Broken pipe; there is no process reading from the other end of a pipe.
Every library function that returns this error code also generates a 'SIGPIPE' signal; this signal terminates the program if not handled or blocked. Thus, your program will never actually see this code unless it has handled or blocked 'SIGPIPE'.