Menu

Application Verifier break message

Thread is in impersonation state when it's returned to a threadpool thread.

Probable cause

This stop is generated if call back function change the thread token to impersonate another user and forgot to reset it before returning it back to the threadpool.

Information displayed by Application Verifier

Parameter1 - Callback function where the thread was impersonated

Parameter2 - Context

Parameter3 - Threadpool Object allocation stack trace, use dds to dump it.

Parameter4 - Not used

Description - This stop is generated if call back function change the thread token to impersonate another user and forgot to reset it before returning it back to the threadpool.

Additional information

Verifier stop code 705.