KindDragon / vld

Visual Leak Detector for Visual C++ 2008-2015
https://kinddragon.github.io/vld/
GNU Lesser General Public License v2.1
1.01k stars 314 forks source link

Program s crashing with VLD #57

Open oneeyeman1 opened 5 years ago

oneeyeman1 commented 5 years ago

I am running Windows 8.1 with both MSVC 2010 and MSVC 2017. My program (which has an executable binary and 10 dll) reports multiple memory leaks.

Due to the program using features of C++11 that is not available on MSVC 2010 I had to switch to 2017.

I set up VLD in the project, re-compiled, and ran the solution from inside MSVC. The program crashed with the error "wntdll.pdb failed to load"

Now when I tried to switch back to MSVC 2010, the program just crashed.

Does anybody have an idea what is happening? How I can make the VLD work?

TIA! ]