Hacker News new | ask | show | jobs
by minaguib 4371 days ago
The classical "broken pipe" typically occurs when a process is writing to a closed pipe, not reading (which usually gets a vanilla EOF)

See my longer reply to tenken for some other scenarios I could think off.