Menu

Application Verifier break message

Code in non-executable memory.

Probable cause

This stop is generated if the application is trying to run code from an address that is non-executable or free.

Information displayed by Application Verifier

Parameter1 � Address being accessed

Parameter2 � Code performing invalid access

Parameter3 � Exception record (use .exr to display it)

Parameter4 � Context record (use .cxr to display it)

Description - This stop is generated if the application is trying to run code from an address that is non-executable or free.

To debug this stop:

u parameter2 � to unassembled to culprit code.

.exr parameter3 � to display the exception information

.cxr parameter4 followed by kb � to display the exception context information and the stack trace for the time when the exception was raised.

Additional information

Verifier stop code 061C.