The Lock Is Being Used Without Having Been Initialized

Application Verifier stop message

Locks violation detected. The lock is being used without having been initialized.

Probable cause

This stop is generated if a critical section is used without being initialized or after it has been deleted.

Information displayed by Application Verifier in Tool Window

Lock – Critical section address

Owner – N/A

DebugInfo – N/A

Description - The lock is being used without having been initialized

Trace Description - Blank

Additional information

Check the current call stack to find out where the critical section is being used.

Frequency of this error is high.

See Also

Concepts

Lock Verifier