-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OSError: [Errno 9] Bad file descriptor #50
Comments
I have that very same error if I use the library twice in he same python script.
If will crash on the end of second test, if I run just one direction and create just 1 client then it is fine. |
easy way to fix this , just unset the client var
this makes the For loop work |
I also encounter the same issue. No matter if client runs in either udp or tcp mode: Differ from @xsherlockpl's case, I use a multiprocessing to create two threads to the reproduce issue, in which both of the threads mainly run iperf client. The following shows most recent call trace back log:
It seems that repeatedly create |
Running following code, based mostly on this example produces error:
Same issue experienced with UDP client example. It always fails on second iteration of the test.
Additional details about test environment:
Any ideas why it fails?
The text was updated successfully, but these errors were encountered: