-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[sles 12 sp5] iperf3 error: iperf3: error - unable to send control message - port may not be available, the other side may have stopped running, etc.: Broken pipe #1786
Comments
At least A is a known issue that is supposed to be fixed by PR #1779 (that was not merged yet into the master branch). Try using the code from this PR to see if it resolves both issues. |
@davidBar-On with above change, I encounter a different crash
dmesg segment
|
The segmentation fault is a different issue related to duplicate canceling of a thread. Fortunately, it was already fixed by PR #1761 (see this comment by @answer9030 that explains the issue). @LiliDeng, I have rebased PR #1779 so it now includes PR #1761 fix. Can you retest to make sure the segmentation fault is resolved? |
@davidBar-On the issue has been resolved with the latest fix. |
@LiliDeng, great. Note that you can close the issue and go back to use iperf3 master branch, as the change was merged into iperf3. |
@davidBar-On thanks. |
Build iperf3 from master branch.
Run
iperf3 -s -D
on machine A.Run
iperf3 -t 30 -c 10.0.0.5 -P 128
on machine B.It is related with the parameter
P
When the parallel value is 50, it works, when it is 55, it starts to show this failure.
Expected to see no error code but see below errors.
A
B
The text was updated successfully, but these errors were encountered: