Edited Issue: Not resolving stack address's for unloaded modules [8211]
It seems I have found a limitation with this tool.I have a large application that loads lots of DLLs (via LoadLibrary). When it shutdown it unloads those DLLs (FreeLibrary). The problem is that some of...
View ArticleNew Post: (File and line number not available): (Module name...
You should download symbols from Microsoft Symbol ServerC++/CLI projects not tested with VLD
View ArticleSource code checked in, #4fb0e6789d5f09b41d38e3a5ee2e920ae36063f8
Check IMAGEHLP_MODULE64 size
View ArticleSource code checked in, #7b14c515d7f4658aeb2f32fe2da37490699b49af
Check IMAGEHLP_MODULE64 size
View ArticleNew Comment on "Using Visual Leak Detector"
I was getting the error 0xc0150002, copying the files dbghelp.dll and Microsoft.DTfW.DHL.manifest from the dbghelp folder to the bin folder solved the problem. Nice tool, thanks!
View ArticleCommented Unassigned: False leaks with /MTd? [10558]
First of all, this project is fantastic !!!I am getting around 60 leaks when I compile also simple test samples using /MTd. What am I doing wrong?Comments: Try copy vld_x64.dll, dbghelp.dll and...
View ArticleCommented Issue: Unhandled exception in ntdll.dll!770ae3be /...
Using Microsoft Visual Studio 2010 10.0.40219.1 SP1RelRunning Microsoft (R) C/C++ Optimizing Compiler Version 16.00.40219.01Using Microsoft Visual C++ 2010 x86 Runtime 10.0.40219Using Windows SDK...
View ArticleNew Post: Visual Studio 2013
KindDragon wrote: Version 2.4rc available for testing Thanks! But I noticed that the DLL's included in 2.4rc date back to 2013-04-29. Maybe the "old" 2.3 DLL's go included by accident?
View ArticleSource code checked in, #a14ae766e9bee143120f76d2b0d098db9601c49b
Path to binaries fixed
View ArticleReleased: v2.4rc (Mar 25, 2014)
2.4rcSorry, but previous upload contain old VLD versionEnhancements:+ VS2013 support added.+ Improved usage in C code.+ Setup rewrited to InnoSetup, autopatching common props implemented for...
View ArticleCreated Release: v2.4rc (мар 25, 2014)
2.4rcSorry, but previous upload contain old VLD versionEnhancements: + VS2013 support added. + Improved usage in C code. + Setup rewrited to InnoSetup, autopatching common props implemented for...
View ArticleNew Post: infinite loop initializing vld, trying to check leaks in a Maya plugin
Hello, I'm trying to leak-check a Plugin dll I wrote. The issue I get looks a lot like discussion:224047 and discussion:266691. I'm using: 2.3, compiled in Release Mode, using dbghlp.dll that comes...
View ArticleNew Post: infinite loop initializing vld, trying to check leaks in a Maya plugin
I think, I found something that may cause this behaviour and it looks like it's my own fault: in vld.cpp, around line 590: if (!FindImport((HMODULE)modulebase, m_vldBase, VLDDLL,...
View ArticleNew Post: Memory leak internal to Visual Leak Detector
I'm getting a similar error, it seems to leak strings of all of my loaded dll files, which is irritating. It would also be nice to have an option to disable internal memory leak reporting so I can...
View ArticleNew Post: Visual Studio 2013
OK - a few observations (Windows 8.1 Pro)During the install, even though VS2013 wasn't running, it still prompted me to close it and waited until I pressed OK on that dialog.I selected to Add VLD to my...
View ArticleNew Post: Visual Studio 2013
c273 wrote: OK - a few observations (Windows 8.1 Pro)During the install, even though VS2013 wasn't running, it still prompted me to close it and waited until I pressed OK on that dialog.I selected to...
View ArticleNew Post: Visual Studio 2013
OK - I was going to say mea cupla and apologise for missing this in the documentation but then I looked and I couldn't find any reference to this action in this or anywhere else on your project site...
View ArticleNew Post: static variables in 3rd party DLL
I have a 3rd party dll that I cannot modify. The DLL has multiple static variables that are reported as leaked at exit. As I understood from multiple posts here, I need to recompile the DLL with...
View Article