Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Application Verifier 4.0 Heap allocation error 0x0900

17 views
Skip to first unread message

Greg G

unread,
Apr 20, 2010, 12:09:01 PM4/20/10
to
Testing a MFC VC++ app that uses custom active X controls and dlls,
Application Verifier has found a Heap allocation error. The log suggests
using !heap -p -a <address> to get more information.

Where can I find !heap, how to run it, and how to track down this error?

--
Thank you very much,

Greg G

Prasad Kakulamarri [MSFT]

unread,
May 6, 2010, 1:28:01 PM5/6/10
to
Hi Greg,
!heap is a debugger extension that is shipped as part of Windows debugging
tools. These tools ship in Windows DDK as well as Win7 SDK. You can access
Win7 SDK from here: http://msdn.microsoft.com/en-us/windows/bb980924.aspx.
Please run your application under Windows debugger (windbg or cdb or ntsd)
to use the !heap extension.

Please let us know if you have any questions.
Thanks,
Prasad

0 new messages