broken-pipe Questions

0

Good day. I know "broken pipe" is not an critical exception and it is mean client did not wait response from server. And i know there is many similar question but i can not find answer on s.o. I w...
Madian asked 7/9, 2016 at 11:34

0

I am using ffmpeg to convert original media file to rawvideo yuv format, ouputed the yuv to pipe, then my command tool receive the raw yuv as input, do some processing. e.g: D:\huang_xuezhong\bui...
Incapacity asked 5/4, 2016 at 7:51

10

Solved

I have a small server program that accepts connections on a TCP or local UNIX socket, reads a simple command and (depending on the command) sends a reply. The problem is that the client may have no...
Gildus asked 20/9, 2008 at 13:43

1

I'm trying to pass a mysql connection to a thread in python. If i do the initialization of the mysql inside the worker class, there is no error. However, it might be costly for the connection so ...
Sentry asked 20/10, 2015 at 5:34

1

I am trying to upload the static files to my S3 bucket with collectstatic but i'm getting a broken pipe error with a 700k javascript file, this is the error Copying '/Users/wedonia/work/asociados/...
Malayopolynesian asked 9/12, 2014 at 20:59

6

Solved

I'm running the Django 1.2 development server and I get these Broken Pipe error messages whenever I load a page from it with Chrome or Safari. My co-worker is getting the error as well when he load...
Reorder asked 19/5, 2010 at 17:57

1

Solved

I'm writing a program that reads from two mono ALSA devices and writes them to one stereo ALSA device. I use three threads and ping-pong buffer to manage them. Two reading threads and one writing ...
Hollie asked 24/10, 2014 at 9:25

2

Sometimes when i look at my terminal, i am seeing the below error, can anyone please let me know y it is displaying and how to avoid it ? Exception happened during processing of request from ('127...
Hydrostatic asked 20/11, 2013 at 18:21

1

Solved

Running code in python, I discovered a "Broken Pipe Error." Can someone please explain to me what this is simply? Thanks.
Panelist asked 8/6, 2014 at 23:45

1

Solved

During my daily job, I need to keep connecting to sever through SSH, and I usually got two different kinds of errors, the first one is "Broken Pipe" while the second one is "Connection reset by pee...
Facing asked 15/10, 2012 at 6:32

2

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 the browser. These are pieces of code that are causing trouble: server side:...
Bellbella asked 9/2, 2012 at 4:32

1

Solved

Background I have a simple socket server setup that I am trying to allow simultaneous connections to and echo back the data. The client side launches several threads each making its own connection ...
Dorkas asked 17/12, 2011 at 18:16

3

Solved

I have some code in PHP that connects to a socket. I've been getting a broken pipe intermittently while writing to it. The problems seems to go away if write to the pipe again. I'm wondering what's...
Paperhanger asked 26/8, 2011 at 18:55

3

I know there is a lot of people posting this online but I haven't been able to find a solution. I receive Errno::EPIPE after my website hasn't been accessed for > 6-8 hours. I read about it maybe ...
Xanthippe asked 4/12, 2010 at 2:35

1

Solved

I'm a newbie in network programming, so please forgive me if this is a dumb question :) I created 1 client and 1 SocketServer.ThreadingMixIn server on Ubuntu 10.04.2 using Python2.7, but it seems l...
Oto asked 4/6, 2011 at 15:21

2

Solved

I was trying to understand FIFOs using Python under linux and I found a strange behavior i don't understand. The following is fifoserver.py import sys import time def readline(f): s = f.readlin...
Desertion asked 22/2, 2011 at 21:30

3

Solved

When you pipe two process and kill the one at the "output" of the pipe, the first process used to receive the "Broken Pipe" signal, which usually terminated it aswell. E.g. running $> do_someth...
Engage asked 19/9, 2008 at 15:39

© 2022 - 2024 — McMap. All rights reserved.