Top "Broken-pipe" questions

Broken pipe is a general term for when a process is unable to output to a socket or pipe due to no process reading from the other end of the pipe.

Python BaseHTTPServer, how do I catch/trap "broken pipe" errors?

I build a short url translator engine in Python, and I'm seeing a TON of "broken pipe" errors, and I'm …

python exception-handling basehttpserver broken-pipe
Writing to a socket and handling broken pipes

I have some code in PHP that connects to a socket. I've been getting a broken pipe intermittently while writing …

php sockets broken-pipe
Why am I getting "cat: write error: Broken pipe" rarely and not always

I am running some scripts with commands having cat pipelined with grep like: cat file.txt | grep "pattern" Most of …

linux bash grep cat broken-pipe
Socket: send() function returned 'Broken Pipe' error

I am new to socket programming, I am trying to send some packets to server using the send() function in …

c++ sockets tcp send broken-pipe
What is a broken pipe error?

Running code in python, I discovered a "Broken Pipe Error." Can someone please explain to me what this is simply? …

python broken-pipe
Django + WebKit = Broken pipe

I'm running the Django 1.2 development server and I get these Broken Pipe error messages whenever I load a page from …

django webkit broken-pipe
error: [Errno 32] Broken pipe django

Sometimes when i look at my terminal, i am seeing the below error, can anyone please let me know y …

django broken-pipe
org.mortbay.jetty.EofException gets thrown when writing to response

I am using jetty 6.1.23 within eclipse RAP (Rich Ajax Platform 1.3.2) and Java version 1.5. I am sending a PNG image to …

java networking jetty broken-pipe
What is the reason for Broken Pipe on Unix Domain Sockets?

I have a server application which received requests and forwards them on a Unix Domain Socket. This works perfectly under …

java unix broken-pipe unix-socket
Django error: [Errno 32] Broken pipe

sometimes on my site when I'm working on my local version, I get this error in my console : error: [Errno 32] …

python django broken-pipe