Quantcast
Channel: Visual Leak Detector for Visual C++ 2008-2015
Browsing all 704 articles
Browse latest View live

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 Article


Edited 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 Article


Closed 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 Article

Edited 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 Article

Closed 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 Article


Edited 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 Article

Closed Issue: Automatic adding include/lib path to VS2010 paths [9463]

<p>Automatic modification Microsoft.Cpp.Win32.user/Microsoft.Cpp.Win64.user like in...

View Article

Edited 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 Article


New 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 Article


Commented 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 Article

Source code checked in, #6f66d79dc506f5cf0cb1bfbf6f05db63cc6bfe4c

Release static linked CRT detection improved

View Article

Created 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 Article

Edited 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 Article


Created 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 Article

Source code checked in, #1f6333cfe220208fe5fa91157a736c92e25fdf42

Change log updated

View Article


Released: 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 Article

Created 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 Article


Commented 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 Article

Commented 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 Article

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 Article
Browsing all 704 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>