Menu

Application Verifier break message

Attempt to destroy process heap.

Probable cause

It is incorrect to try to destroy the default process heap (the one returned by GetProcessHeap() interface). This message can happen if while calling GetProcessHeaps() interface the page heap manager detects some internal inconsistencies. This can be caused by random corruption in the process space.

Information displayed by Application Verifier

Parameter1 - Heap handle used with HeapDestroy

Parameter2 - not used

Parameter3 - not used

Parameter4 - not used

Description - Attempt to destroy process heap

Additional information

Verifier stop code 0009.

Frequency of this error is very low.