Skip to content
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

Failed silent interaction #509

Closed
olegdunkan opened this issue Feb 2, 2017 · 3 comments
Closed

Failed silent interaction #509

olegdunkan opened this issue Feb 2, 2017 · 3 comments

Comments

@olegdunkan
Copy link

olegdunkan commented Feb 2, 2017

Check it out golang/go#18901
I have used v 0.0.8 (32 and 64 bits)

@olegdunkan
Copy link
Author

olegdunkan commented Feb 2, 2017

https://msdn.microsoft.com/en-us/library/windows/desktop/ms740668(v=vs.85).aspx

WSAECONNRESET
10054
Connection reset by peer.
An existing connection was forcibly closed by the remote host. This normally results if the peer application on the remote host is suddenly stopped, the host is rebooted, the host or remote network interface is disabled, or the remote host uses a hard close (see setsockopt for more information on the SO_LINGER option on the remote socket). This error may also result if a connection was broken due to keep-alive activity detecting a failure while one or more operations are in progress. Operations that were in progress fail with WSAENETRESET. Subsequent operations fail with WSAECONNRESET.

4148 22:13:43 458 debug2: WSARecvCompletionCB - io:0000003B1EE87B30, pending_state:1, flags:0, error:10054, received:0
4148 22:13:43 458 debug3: select - returning 1
4148 22:13:43 458 debug3: sigprocmask() how:517928372
4148 22:13:43 458 debug3: sigprocmask() how:517928380
4148 22:13:43 458 debug3: w32_read fd:3
4148 22:13:43 458 debug3: recv - io:0000003B1EE87B30
4148 22:13:43 458 debug1: recv - from CB ERROR:10054, io:0000003B1EE87B30

@manojampalam
Copy link
Contributor

Happens if the other side exist abruptly. Need client and server side logs to understand what's causing this. https://github.com/PowerShell/Win32-OpenSSH/wiki/Troubleshooting-Steps

@manojampalam
Copy link
Contributor

Reopen with logs attached.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants