Menu

Application Verifier break message

Unexpected exception raised in thread function.

Probable cause

This stop is generated if a thread function is raising an exception. This is bad because the whole process will be killed.

Information displayed by Application Verifier

Parameter1 - Exception code

Parameter2 - Exception record. Use .exr to display it

Parameter3 - Context record. Use .cxr to display it

Parameter4 - Not used

Description - Unexpected exception raised in thread function

Additional information

Verifier stop code 060E.

To debug this stop:

parameter1 might be significant for the type of exception. For example, an exception code C0000005 means Access Violation;

.exr parameter2 - to display the exception information;

.cxr parameter3 followed by kb - to display the exception context information.