Exception raised while verifying the heap block |
Application Verifier break message
Exception raised while verifying the heap block.
Probable cause
This error is hit if a particular type of corruption block cannot be determined. For instance you will get this if during a heap free operation you pass an address that points to a non-accessible memory area.
This can also happen for double free situations if the block among full page heap blocks cannot be found and it is probed as a light page heap block.
Information displayed by Application Verifier
Parameter1 - Heap handle used in the call
Parameter2 - Heap block involved in the operation
Parameter3 - Size of the heap block
Parameter4 - Not Used
Description - Exception raised while verifying the heap block
Additional information
Verifier stop code 000C.