Erros de WindowsErro
ERROR_PROCESS_ABORTED (1067)ERROR_PROCESS_ABORTED (1067) — Process Aborted
The process terminated unexpectedly.
windows
Ver detalhes WSAEINPROGRESS (10036)A blocking operation is already in progress on this socket.
A Windows Sockets call is already being processed. Only one blocking call per thread is allowed.
Wait for the current operation to complete. Use non-blocking sockets. Do not make blocking calls on the same socket from multiple threads.
ERROR_PROCESS_ABORTED (1067)The process terminated unexpectedly.
ERROR_SERVICE_DEPENDENCY_DELETED (1075)A dependency service that should exist has been removed.
ERROR_INVALID_PARAMETER (87)A parameter passed to the function is not valid.
System.TimeoutExceptionThe operation did not complete within the allotted time.
DRIVER_IRQL_NOT_LESS_OR_EQUAL (0x000000D1)A driver accessed paged memory at an elevated IRQL.
ERROR_INVALID_FLAG_NUMBER (186)The flag passed to the system call is invalid.