Menu

Application Verifier break message

A print driver called ExitThread

Probable cause

When a print driver calls ExitThread, the thread is exited before any destructors can be called or any other automatic cleanup can be performed. This can lead to undefined behavior. Therefore, print drivers should always return from their thread functions.

Troubleshooting steps

Use the k debugger command to dump the stack trace and identify the routine that called ExitThread.

Information displayed by Application Verifier

Parameter 1�-�Not used.

Parameter 2�-�Not used.

Parameter 3�-�Not used.

Parameter 4�-�Not used.

Additional information

Stop code:�D02A