Results 1 to 4 of 4
Hi, all:
The "write failed: Broken pipe" message is reported by the file sending PC which run my writed network device driver!
What does the message mean? Does this mean ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 11-19-2011 #1Just Joined!
- Join Date
- Nov 2011
- Posts
- 28
write failed: Broken pipe
Hi, all:
The "write failed: Broken pipe" message is reported by the file sending PC which run my writed network device driver!
What does the message mean? Does this mean there is a bug in my driver?
li,kunlun
- 11-19-2011 #2Just Joined!
- Join Date
- Nov 2011
- Posts
- 28
This error message is reported after about 500MB or 900MB of data is sended.
li,kunlun
- 11-23-2011 #3Just Joined!
- Join Date
- Nov 2011
- Posts
- 28
Dear all:
The bug causing the "Broken pipe" has already digged out, which is because of the concurrency of sending and interrupt. Now the sending actions can run in parallel and so does the recieving.
Another trouble emerges: the sending actions cannot run in parallel with recieving. The output information show "stalled" in both directions. Why?
li,kunlun
- 11-23-2011 #4Just Joined!
- Join Date
- Nov 2011
- Posts
- 28
In either direction the system reports "stalled" with the 0KB transmition rate.
platform: x86 linux-3.0.4
li,kunlun


Reply With Quote
