Menu

Application Verifier break message

Incorrect RTL_RESOURCE address.

Probable cause

This stop is generated if the application is trying to use NULL or some other incorrect address (e.g. a kernel-mode address) as the address of a valid object. RtlInitializeResource (NULL) is an incorrect API call that will trigger this kind of verifier stop.

Information displayed by Application Verifier

Parameter1 - Address

Parameter2 - not used

Parameter3 - not used

Parameter4 - not used

Description - Incorrect RTL_RESOURCE address

Additional information

Verifier stop code 0614.

To debug: Parameter1 is the incorrect address used and the culprit is on the stack trace (display it with kb).