Menu

Application Verifier break message

A power notification was not unregistered.

Probable Cause

A DLL registered for power notification, and the request was not unregistered before the DLL was dynamically unloaded.

Information Displayed by Application Verifier

Parameter 1 � Address of the power notification registration.

Parameter 2 � Address of the registration stack trace.

Parameter 3 � Address of the name of the DLL.

Parameter 4 � Base address of the DLL.

Additional Information:

Verifier stop code 905

To debug this stop:

dps Parameter 2 to view the allocation stack trace

du Parameter 3 to view the DLL name

.reload dll_name = Parameter 4 to reload the DLL

lm to get more information about the loaded and unloaded modules