Click here to Skip to main content
15,888,316 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a program which is running under WinDbg.

It seems to work fine, then randomly I click "Break" in WinDbg to stop the program and check the heap with !verifyheap command, sometimes it shows me a bad object, but then I continue the execution with g and break again in a while, then check the heap again and it doesn't show any problems this time.

Is this normal that the heap bad object appears/disappears this way? Or does this point to a problem?
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900