Commented Unassigned: VS2013: Unit tests crash [10568]
vld v2.4rc2In VS2013 if I add #include <vld.h>the unit tests crash if run.This is the output:```------ Run test started ------The active Test Run was aborted because the execution process exited...
View ArticleCommented Unassigned: VS2013: Unit tests crash [10568]
vld v2.4rc2In VS2013 if I add #include <vld.h>the unit tests crash if run.This is the output:```------ Run test started ------The active Test Run was aborted because the execution process exited...
View ArticleCommented Unassigned: VS2013: Unit tests crash [10568]
vld v2.4rc2In VS2013 if I add #include <vld.h>the unit tests crash if run.This is the output:```------ Run test started ------The active Test Run was aborted because the execution process exited...
View ArticleCreated Unassigned: VisualLeakDetector crashes while shutdown, process is...
The problem is that the functions which are hooked by VLD are not properly unhooked at VLD shutdown.That means the hooked functions are called even though VLD is destroyed already and this leads to the...
View ArticleNew Comment on "Using Visual Leak Detector"
Hi all, I'm new to VLD. I'm debugging an application with known memory leak (~20 M). I just installed Visual Leak Detector, configured vld with all required setting, and ran it with my program....
View ArticleNew Post: Visual Studio 2013
Hello, is it really fixed? I am checking the 2.4RC2, but in Visual Studio 2013 I am always getting 'No memory leaks detected.' I wonder whether it is not broken by the update of the VS. I installed...
View ArticleNew Post: Visual Studio 2013
I narrowed the problem. The problem is caused by one of our 3rd party library which uses own memory management and it overwrites the global new/delete operators silently. It seems that all allocations...
View ArticleNew Comment on "Using Visual Leak Detector"
I installed without a problem. I created a dummy bare-bones 64-bit console application using VS2013 on Windows7. I added only three lines to the main program file created by the wizard. The resulting...
View ArticleNew Post: Detecting leaks in specific files
Is there any way to detect memory leaks from specific source files, by using MACROs or something?
View ArticleNew Post: Detecting leaks in specific files
Every leak detected gives a detailed call stack. From the call stack one can know from where exactly in your source code is the leak being generated.
View ArticleNew Post: Detecting leaks in specific files
Sorry, I meant is there any way to enable only certain files for leak detection. Only if a leak is generated from those files it should be displayed on the console the rest of the leaks should be ignored.
View ArticleNew Post: error LNK2001: unresolved external symbol "__declspec(dllimport)...
Hello, I tried to use VLD with VS2010 and got the same error on existing project: error LNK2001: unresolved external symbol "__declspec(dllimport) class VisualLeakDetector g_vld"...
View ArticleNew Post: report leak when i set /MTd flag
use vs2012 create a console project change /MD to /MTd set include path and library pathinclude "vld.h" f5 report lot leak, why? use /MD everything is ok....
View ArticleCommented Unassigned: COM object cannot be registered [10553]
I have a large solution contains many COM objects.So, I have added vld.h to one of the COM projects to try to detect memory leaks.After this VS2010 cannot register this COM after it is built. I have...
View ArticleCreated Unassigned: How to include vld source files directly into a project...
I would like to include vld source files into my own project rather than using vld.lib/vld.dll.Can anyone tell me how?thx
View ArticleCommented Unassigned: COM object cannot be registered [10553]
I have a large solution contains many COM objects.So, I have added vld.h to one of the COM projects to try to detect memory leaks.After this VS2010 cannot register this COM after it is built. I have...
View ArticleCreated Unassigned: Multibyte MFC Library for Visual Studio 2013 support [10571]
VLD doesn't work correctly with Multibyte MFC Library for Visual Studio 2013. Could you please add support of it?See: http://www.microsoft.com/en-us/download/details.aspx?id=40770
View ArticleClosed Unassigned: COM object cannot be registered [10553]
I have a large solution contains many COM objects.So, I have added vld.h to one of the COM projects to try to detect memory leaks.After this VS2010 cannot register this COM after it is built. I have...
View ArticleCommented Issue: Failed to register COM dll [6359]
When i include Visual leak detector and build the source code than it is unable to register the dll on XP and on Windows 7, regsvr32.exe crashes.Environment : VS2008 , OS is XPerror PRJ0050: Failed to...
View ArticleCreated Unassigned: Waiting for threads to terminate... [10572]
I am developing a COM dll which is CoCreateInstanced by a program.When vld exits, it calls waitForAllVLDThreads from which WiatForSingleObject is called for each thread in m_tlsMap. In normal cases, it...
View Article