Visual Studio - how to find source of heap corruption errors

前端 未结 8 1929
失恋的感觉
失恋的感觉 2020-12-02 05:32

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 data that was written \'outside\' the allocated

8条回答
  •  庸人自扰
    2020-12-02 05:45

    more info about Gflags and PageHeap(which helped a lot): http://msdn.microsoft.com/en-us/library/windows/hardware/ff549561%28v=vs.85%29.aspx

提交回复
热议问题