Home
Main website
Display Sidebar
Hide Ads
Recent Changes
View Source:
EPIPE
Edit
PageHistory
Diff
Info
LikePages
__Broken Pipe__ A process tried to read or write to a pipe where the other end of the pipe no longer exists. 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 EPIPE unless it has handled or blocked SIGPIPE See the discussion on [SIGPIPE].
4 pages link to
EPIPE
:
MSG_NOSIGNAL
sendmsg(2)
Pipe
send(2)