Broken pipe
A write was made to a pipe, socket, or FIFO for which no process has the read end open. SIGPIPE is also raised unless blocked or ignored.
Numeric value: 32
A write was made to a pipe, socket, or FIFO for which no process has the read end open. SIGPIPE is also raised unless blocked or ignored.
Numeric value: 32
A write was attempted on a pipe with no reader. The process also receives SIGPIPE.
Numeric value: 32