GFlags setting to catch heap corruption (other than Page Heap)?
问题 On one production site our application (*) crashes repeatedly, but non-reproducibly. Analyzing the crash dumps clearly shows that it's a heap corruption: The crashes are at different location, but always access violations inside kernel32!HeapFree / ntdll!RtlpLowFragHeapFree . Win Dbg !analyze -v also reports a heap corruption. What we have tried so far is to run the application with the GFlags option Page Heap. The problem is that the memory overhead of Page Heap is such that the application