Menu

Application Verifier break message

Invalid critical section recursion count.

Probable cause

This break is generated if the recursion count field of the critical section structure is invalid in the current context.

Information displayed by Application Verifier

Parameter1 - Critical section address. Run !cs �s address to get more information.

Parameter2 - Recursion count

Parameter3 - Expected recursion count

Parameter4 - Critical section debug information address

Description - Invalid critical section recursion count

Additional information

Verifier stop code 0207.

Call Stack � current call stack when the thread calls EnterCriticalSection or TryEnterCriticalSection

Frequency of this error is low.

To debug this stop:

!cs �s parameter1 - dump information about this critical section.

ln parameter1 � to show symbols near the address of the critical section. This should help identify the critical section.