Open GoogleCodeExporter opened 8 years ago
I've updated and set the script to run in a python 2.6 env, this resolves the
class define error ( not like that was a big deal though ). Still receiving the
same Broken pipe errors.
Original comment by ma77o23...@gmail.com
on 27 Jan 2011 at 5:30
Uploading strace output.
strace.out = 1 connection
strace.out100 = 100 connections
Original comment by ma77o23...@gmail.com
on 27 Jan 2011 at 5:36
Attachments:
Are you certain a TCP connection can actually be opened to the target?
Can you try something like Netcat just to see if there is a listening socket on
the other side?
Original comment by ravivr@gmail.com
on 24 Nov 2011 at 2:26
I have the same problem. I get :
Traceback (most recent call last):
File "/usr/lib/python2.7/multiprocessing/process.py", line 258, in _bootstrap
self.run()
File "./rudy.py", line 179, in run
c.send("A")
File "./rudy.py", line 163, in send
self.s.send(data)
error: [Errno 32] Broken pipe
Original comment by NMilc...@gmail.com
on 24 Nov 2013 at 3:40
There is no fix?
Original comment by Howto...@gmail.com
on 17 Jul 2015 at 9:15
Original issue reported on code.google.com by
ma77o23...@gmail.com
on 27 Jan 2011 at 5:23