Invalid TLS index used in current stack |
Application Verifier break message
Invalid TLS index used for current stack trace.
Probable cause
Invalid TLS index used for current stack trace.
Information displayed by Application Verifier
Parameter1 � Invalid TLS index
Parameter2 � Expected lower part of the index.
Parameter3 � Not Used
Parameter4 � Not Used
Description � This stop is generated if the function on the top of the stack passed an invalid TLS index to the TLS routines. Usually a simple kb command will reveal what is wrong. The typical bug here is to assume a certain value for a TLS index instead of calling TlsAlloc. This can happen either by thinking that you always get value �N� therefore there is no need to call TlsAlloc or more frequently due to an uninitialized variable.
Additional information
Verifier stop code 0301.