https://bugs.winehq.org/show_bug.cgi?id=55242
Bug ID: 55242 Summary: iperf 2.0.8 will not quit with CTRL+C Product: Wine Version: 8.12 Hardware: x86-64 URL: https://web.archive.org/web/20190523161058/https://ipe rf.fr/download/windows/iperf-2.0.8-win32.zip OS: Linux Status: NEW Keywords: download, source Severity: minor Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: imwellcushtymelike@gmail.com Distribution: Ubuntu
When iperf is run in dual mode it will not exit after hitting CTRL+C.
$ wine iperf.exe -c 127.0.0.1 -d -t 1 -P 5 007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005 007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005 007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005 007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005 connect failed: Connection refused ------------------------------------------------------------ connect failed: Connection refused Server listening on TCP port 5001 TCP window size: 128 KByte (default) ------------------------------------------------------------ connect failed: Connection refused ------------------------------------------------------------ Client connecting to 127.0.0.1, TCP port 5001 connect failed: Connection refused TCP window size: 16.0 KByte (default) ------------------------------------------------------------ [264] local 127.0.0.1 port 5001 connected with 127.0.0.1 port 53058 ^CWaiting for server threads to complete. Interrupt again to force quit.
Pressing CTRL+C has no effect and the app has to be SIGKILLed.
$ sha1sum iperf-2.0.8-win32.zip f312bf6ab7de3b1921cae7f4953aed0ce6b17afa iperf-2.0.8-win32.zip
iperf -s will exit with CTRL+C though. It also doesn't produce any "connection failed" messages.
Source: https://iperf.fr/download/source/iperf-2.0.8-source.tar.gz