Unexpected exception raised while executing heap management code |
Application Verifier break message
Unexpected exception raised while executing heap management code.
Probable cause
This stop is generated if while executing the heap manager code an access violation is raised in illegitimate situations. There are very few situations where this is ok, for example when calling HeapValidate() or HeapSize(). The exception record information can be used to find the exact context of the exception. This stop can also happen if there is some random corruption in the internal heap structures or for double free situations if the block among full page heap blocks cannot be found and its probed as a light page heap block.
Information displayed by Application Verifier
Parameter1 - Heap handle used in the call
Parameter2 - Exception record
Parameter3 - Context record
Parameter4 - Exception code
Description - Unexpected exception raised while executing heap management code
Additional information
Verifier code stop 000A.
Frequency of this error is low.
To debug use:
-
dd parameter2 L2
-
.exr first_dword
-
.cxr second_dword