Menu

Application Verifier break message

An HKEY was leaked.

Probable Cause

A DLL allocated an HKEY object, and the HKEY was not released before the DLL was dynamically unloaded.

Information Displayed by Application Verifier

Parameter 1 � Value of the HKEY.

Parameter 2 � Address of the allocation stack trace.

Parameter 3 � Address of the name of the DLL that allocated the HKEY.

Parameter 4 � Not used.

Additional Information

Verifier stop code 902

To debug this stop:

dps Parameter 2 to get the stack trace of the allocation

du Parameter 3 to get the name of the DLL that allocated the HKEY