Menu

Application Verifier break message

Critical section is already initialized.

Probable cause

This break is generated if a critical section is reinitialized by the current thread.

Information displayed by Application Verifier

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

Parameter2 - Critical section debug information address

Parameter3 - First initialization stack trace. Use dds to dump it if non-NULL.

Parameter4 - Not used

Description - Critical section is already initialized.

Additional information

Verifier stop code 0211.

Call Stack � Stack trace of the lock's re-initialization.

Frequency of this error is high.

To debug this stop:

!cs �s parameter1or !cs �s �d parameter2 - dump information about this critical section.

ln parameter1 � to show symbols near the address of the critical section. This might help identify the critical section if this is a global variable

dds parameter3 - to identify the code path for the first initialization of this critical section.

kb � to display the current stack trace, that is reinitializing this critical section.