Menu

Application Verifier break message

Attempt to use a closed SOCKET

Probable cause

A SOCKET was used after it had been closed.

Troubleshooting steps

Enter k to dump the current stack trace, which will identify the function that tried to use the closed SOCKET.

If Parameter 2 is not NULL, enter dps Parameter 2 to dump the stack trace of the function that closed the socket.

Information displayed by Application Verifier

Parameter 1 - SOCKET being accessed

Parameter 2 - Stack trace of the function that closed the socket

Parameter 3 - Not Used

Parameter 4 - Not Used

Additional information

Test Layer:�Net Verifier

Stop code:�E101

Severity:�Error

One-time error:�No

Non Continuable:�Yes

Error report:�Yes

Log to file:�Yes

Create backtrace:�Yes

See Also