This errno, "Broken pipe", usually means that whatever was on the other end of a pipe or socket has disappeared (been disconnected). Further operations on the file descriptor which require a connection will return this error; Compare with the somewhat similar ENOTCONN and ESHUTDOWN.