The SRW lock being released was not acquired by this thread |
Application Verifier break message
The SRW lock being released was not acquired by this thread.
Probable cause
This stop is generated if an SRW lock is being released by a thread that did not acquire the lock.
Information displayed by Application Verifier
Parameter 1 � SRW lock address
Parameter 2 � Thread ID of the current thread
Parameter 3 �Thread ID of the thread that acquired the SRW lock
Parameter 4 � Address of the �acquire� stack trace
Additional Information
Verifier Stop Code 0255.
Releasing an SRW lock from a thread that did not acquire the lock can lead to unpredictable behavior.
To debug this stop, use the following debugger commands:
kb � to get the stack trace. The stack trace shows you where the current thread is releasing an SRW lock that it did not acquire.
dps parameter 4 � to get the �acquire� stack trace. The �acquire� stack trace shows you where the lock was acquired.