Menu

Application Verifier break message

Invalid critical section address.

Probable cause

This stop is generated if the application is trying to use NULL or some other incorrect address (e.g. a kernel-mode address) as the address of a valid object. EnterCriticalSection(NULL) is an incorrect API call that will trigger this kind of verifier stop.

Information displayed by Application Verifier

Parameter1 - Address

Parameter2 - not used

Parameter3 - not used

Parameter4 - not used

Description - Invalid critical section address

Additional information

Verifier stop code 0615.

To debug: Parameter1 is the incorrect address used and the culprit is on the stack trace (display it with kb).