The SRW lock is not initialized |
Application Verifier break message
The SRW lock is not initialized.
Probable cause
This stop is generated if a thread tries to use an SRW lock that is not initialized.
Information displayed by Application Verifier
Parameter 1 � SRW lock address
Parameter 2 � Not used
Parameter 3 � Not used
Parameter 4 � Not used
Additional Information
Verifier Stop Code 0250.
To debug this stop, use the following debugger command:
kb - to get the current stack trace. The trace will show you where the SRW lock is being used.
The SRW lock must be initialized by calling InitializeSRWLock before it can be used.