Visual Studio - how to find source of heap corruption errors
Posted
by Danne
on Stack Overflow
See other posts from Stack Overflow
or by Danne
Published on 2010-03-18T13:32:40Z
Indexed on
2010/03/18
13:41 UTC
Read the original article
Hit count: 280
visual-studio
Hi,
I wonder if there is a good way to find the source code that causes a heap corruption error, given the memory address of the of the data that was written 'outside' the allocated heap block in Visual Studio;
Dedicated (0008) free list element 26F7F670 is wrong size (dead)
(Trying to write down some notes on how to find memory errors)
Thanks in advance!
© Stack Overflow or respective owner