Menu

Application Verifier break message

Critical section not initialized.

Probable cause

This stop 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 info address

Parameter3 � Used to identify the code path for the first initialization of this critical section.

Parameter4 - Not used

Description - Critical section not initialized

Additional information

Verifier Stop Code 0210.

To debug this stop:

!cs -s parameter1 or !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