Attempt to execute code in non-executable memory |
Application Verifier break message
Attempt to execute 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 - Attempt to execute code in non-executable memory
Additional information
Verifier stop code 0616.
To debug this stop:
u parameter2 - to unassemble the culprit code
.cxr parameter4 followed by kb - to display the exception context information and the stack trace for the time when the exception was raised.