Edited Issue: Memory leaked from SysAllocString() is not detected [10218]
With these three lines allocating memory, only the first two are detected. The line that allocates memory using SysAllocString() does not show as leaked.```char* pst = new char[20];BYTE* pb = (BYTE*)...
View ArticleEdited Issue: Error: Unable to locate component [10171]
I have a problem wen run solution in "Debug", i get this error message:This application has failed to start because vld_x86.dll was not found. Re-installing the application may fix this problem.i have...
View ArticleClosed Issue: Error: Unable to locate component [10171]
I have a problem wen run solution in "Debug", i get this error message:This application has failed to start because vld_x86.dll was not found. Re-installing the application may fix this problem.i have...
View ArticleEdited Issue: False detection with static objects [10141]
In the code below VLD detects a memory leak if TestClass and getStaticObject are defined in a DLL. The DLL is built without VLD.```// some.dllclass TestClass{public: TestClass(){ buffer = new...
View ArticleClosed Issue: Symbol lookup API. [9765]
<p>Is it possible to export APIs for symbol look-up?</p><p>This would very useful for debugging applications.</p>
View ArticleEdited Issue: VLD does not catch leak caused by some CRT functions in the...
VLD does not catch leak caused by some CRT functions in the /MDdSteps to reproduce:1. Create file with following content:```#include <vld.h>#include <stdio.h>#include <stdlib.h>int...
View ArticleClosed Issue: Automatic adding include/lib path to VS2010 paths [9463]
<p>Automatic modification Microsoft.Cpp.Win32.user/Microsoft.Cpp.Win64.user like in...
View ArticleEdited Issue: Unhandled exception in ntdll.dll!770ae3be / msvcr100.dll!free...
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 Comment on "Documentation"
Hi, i've now installed vld on my visual studio 2010 version; i followed all instructions to use it in my projects but when i tried to built it I get an error message saying: "impossible to start the...
View ArticleCommented Unassigned: VLD doesn't work with CppUnitTestFramework [10546]
I try to include vld header in my Unit Test project under Visual Studio 2012. And every time as I run tests in debug mode , error "Vstest.executionengine.x86.exe has stopped working" is occured. I...
View ArticleSource code checked in, #6f66d79dc506f5cf0cb1bfbf6f05db63cc6bfe4c
Release static linked CRT detection improved
View ArticleCreated Unassigned: Qt Open Dialog Crash [10557]
When using vld in Qt (Qt Creator), the open file dialog crashes (starts opening but then freezes after partially rendering) while trying to open (it defaults to the SkyDrive folder). If I don't access...
View ArticleEdited Unassigned: Qt Open Dialog Crash [10557]
When using vld in Qt (Qt Creator), the open file dialog crashes (starts opening but then freezes after partially rendering) while trying to open (it defaults to the SkyDrive folder). If I don't access...
View ArticleCreated 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?
View ArticleReleased: v2.4rc (Mar 24, 2014)
2.4rcEnhancements:+ VS2013 support added.+ Improved usage in C code.+ Setup rewrited to InnoSetup, autopatching common props implemented for VS2008-2013.+ Called allocation function added to printed...
View ArticleCreated Release: v2.4rc (мар 24, 2014)
2.4rcEnhancements: + VS2013 support added. + Improved usage in C code. + Setup rewrited to InnoSetup, autopatching common props implemented for VS2008-2013. + Called allocation function added to...
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: Please try VLD 2.4
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: The 2.4 does not work with both /MDd and /MTd...
View ArticleEdited 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 Article