Edited Issue: Visual Leak Detector Crashes after loading [9099]
Hello,I am new on VLD and I have started to use it (version 2.2) on Windows XP Service Pack 2.We develop third part application to a CAD software (AutoCAD) from AutoDESK company (acad.exe built using...
View ArticleEdited Issue: Visual Leak Detector Crashes after loading [9099]
Hello,I am new on VLD and I have started to use it (version 2.2) on Windows XP Service Pack 2.We develop third part application to a CAD software (AutoCAD) from AutoDESK company (acad.exe built using...
View ArticleEdited Issue: Vista 64bit Pro / Visual Studio 2008 / Build Win32 : Crash and...
Try to use VLD 2.0 because I loved VLD on my 32 bit version of XP.Finally got the code to compile and start to run, by copying VLD.dll and dbghelp.dll to the same directory as my .exe.Right after start...
View ArticleEdited Issue: VLD >= 2.1 Deadlocks my App [9010]
I'm working with multithreaded windows and it worked fine with VLD 2.0b, but with 2.1 and 2.2 it deadlocks in GetPixelFormat (Main Thread) and GetMessage (sometimes DefWindowProc) in another thread.If...
View ArticleCommented Unassigned: Access Violation at startup [10547]
When launching an application using VLD, I get an access violation.Already tried building VLD from source, and I get the same problem.I remember happening before, and doing nothing special. Eventually...
View ArticleNew Post: Visual Studio 2013
Duggernaut36 wrote: Will you be making a v2.4 installer? Yes, after testing The setup\ directory uses Inno Setup 5 (which I've used before), but does not generate the same installer as v2.3. Namely,...
View ArticleCommented Issue: Static CRT leaks? [10446]
I use Visual Studio 2012 and VLD 2.2.3.Compile option /MTd.Memory leak is reported with the next code.```int _tmain(int argc, _TCHAR* argv[]){ return 0;}```VisualLeakDetector::_HeapCreate() dose not...
View ArticleSource code checked in, #e7cdaf5b7be8e9441954e44de39c898f9db8676c
Installer now update VS2008 settings
View ArticleClosed Issue: Static CRT leaks? [10446]
I use Visual Studio 2012 and VLD 2.2.3.Compile option /MTd.Memory leak is reported with the next code.```int _tmain(int argc, _TCHAR* argv[]){ return 0;}```VisualLeakDetector::_HeapCreate() dose not...
View ArticleNew Post: endless recursive call to VLD itself
hello, I'm using windows 8.1 enterprise edition(6.3.9600), visual studio 2008 team system sp1, static CRT lib linked to my dll. no Application Verifier. It can be 100% re-produced.
View ArticleUpdated Wiki: Using Visual Leak Detector
Using Visual Leak DetectorThis section briefly describes the basics of using Visual Leak Detector (VLD).Important! : Before using VLD with any Visual C++ project, you must first add the Visual Leak...
View ArticleUpdated Wiki: Known Restrictions
Known RestrictionsKnown restrictions/limitations in this version of VLD include:Memory allocations made through calls to functions loaded from a DLL using delayed loading may not be detected. Support...
View ArticleNew Post: Visual Studio 2013
Unfortunately... I have no clues what can be creating the issue since the only reference to vld.lib or vld.dll are the ones that I have locally compiled... :( There must be something bad with the...
View ArticleCreated Unassigned: report typeid().name() memory leak when link use static...
When link use static CRT, reported typeid(..).name() in memory leak. But when link with DLL CRT, there has no memory leak report.VS2012 UPDATE 4Any idea?Sample code as follow:#include...
View ArticleCreated Unassigned: LoadLibrary bug... [10555]
My English is not very good.So instead sample code.```#include "vld.h"#include <Windows.h>#include <tchar.h>#include <process.h>UINT WINAPI ThreadProc1(LPVOID pParam){ while(1){...
View ArticleCommented Issue: Static CRT leaks? [10446]
I use Visual Studio 2012 and VLD 2.2.3.Compile option /MTd.Memory leak is reported with the next code.```int _tmain(int argc, _TCHAR* argv[]){ return 0;}```VisualLeakDetector::_HeapCreate() dose not...
View ArticleCommented Unassigned: LoadLibrary bug... [10555]
My English is not very good.So instead sample code.```#include "vld.h"#include <Windows.h>#include <tchar.h>#include <process.h>UINT WINAPI ThreadProc1(LPVOID pParam){ while(1){...
View ArticleNew Post: No Leaks Detected in CLR application (vs 2010)
It is easy to reproduce. Just create a new project, choose 'CLR Console Application' from the templates and add a leak, something like#include "vld.h" int main(array<System::String ^> ^args) {...
View Article