Menu

Application Verifier break message

A BSTR was leaked.

Probable Cause

A DLL allocated a BSTR, and the BSTR was not freed before the DLL was dynamically unloaded.

Information Displayed by Application Verifier

Parameter 1 � Address of the BSTR.

Parameter 2 � Address of the allocation stack trace.

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

Parameter 4 � Base address of the DLL.

Additional Information

Verifier stop code 904

To debug this stop:

!heap �p �a Parameter 1 to get additional information about the allocation.

dps Parameter 2 to view the allocation stack

du Parameter 3 to view the DLL name.

.reload dll_name = Parameter 4 to reload the owner DLL.

lm to get more information about the loaded and unloaded modules.