You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Operating system (and distribution, if any): Centos7 (Both ends)
Linux 3.10.0-693.el7.x86_64 setting of window size should be explicit #1 SMP Tue Aug 22 21:09:27 UTC 2017 x86_64
Bug Report
Actual Behavior
When using Verbose mode on the server and Parallel streams on the client. The iperf on the server will stop and the client will not display all results.
Steps to Reproduce
A server in verbose mode "iperf3 -s -V" and running the client with multiple threads "iperf3 -P2 -c x.x.x.x".
The client reports "iperf3: error - control socket has closed unexpectedly" and stops before displaying the last second and summary results. The server end will show results but will stop functioning and have to be restarted due to "Segmentation fault (core dumped)"
First, thanks for a well-researched and well-written bug report. I'm able to reproduce the problem you reported on iperf-3.3 and master (single CentOS 7 host acting as both client and server). No idea what the problem is at this point but appears to be a Real Bug (tm).
Context
Linux 3.10.0-693.el7.x86_64 setting of window size should be explicit #1 SMP Tue Aug 22 21:09:27 UTC 2017 x86_64
Bug Report
Actual Behavior
When using Verbose mode on the server and Parallel streams on the client. The iperf on the server will stop and the client will not display all results.
Steps to Reproduce
A server in verbose mode "iperf3 -s -V" and running the client with multiple threads "iperf3 -P2 -c x.x.x.x".
The client reports "iperf3: error - control socket has closed unexpectedly" and stops before displaying the last second and summary results. The server end will show results but will stop functioning and have to be restarted due to "Segmentation fault (core dumped)"
Server: iperf3 -s -V
Client: iperf3 -P2 -c x.x.x.x
Unknown
The text was updated successfully, but these errors were encountered: