bug-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Windows CVS 1.12.12.1 Latest + Patch - "version" Command Hangs


From: Conrad T. Pino
Subject: RE: Windows CVS 1.12.12.1 Latest + Patch - "version" Command Hangs
Date: Sat, 24 Sep 2005 19:08:37 -0700

> From: Conrad T. Pino
> 
> http://msdn.microsoft.com/library/en-us/winsock/winsock/select_2.asp
> Beware MS "select" will *NOT* process file handles other than sockets.
> Passing it file or pipe handles will likely fail.  I'll verify this.

Regrettably very sad but nevertheless it's true.  The "WSAGetLastError"
error value is 10038 which is the WSAENOTSOCK symbol.  As MSDN says:

Socket operation on nonsocket.  An operation was attempted on something
that is not a socket.

Either the socket handle parameter did not reference a valid socket, or
for select, a member of an fd_set was not valid.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]