New Comment on "Using Visual Leak Detector"
the "failed to initialize properly" error was not cured for me.. I feel I've been __declspec-ed.
View ArticleSource code checked in, #e9d284656cd1e9d3b525ea9d23b545cb61f62b6c
Refactored the .vcxproj file to reduce massive amounts of duplication. For each and every one of the 4 build configurations there are many duplicate build settings. Each <ItemDefinitionGroup>...
View ArticleNew Post: About HeapFree and RtlFreeHeap function
In windows implemention the HeapFree function will call RtlFreeHeap to free the allocated memory, but in vld code both of two functions call g_vld.unmapBlock to unmap the block. Is it right that just...
View ArticleCreated Unassigned: Even more duplicate aggregation [10542]
According to the docshttps://vld.codeplex.com/wikipage?title=Configuration%20Options&referringTitle=Documentation"AggregateDuplicates ... will make VLD aggregate all leaks that share the same size...
View ArticleClosed Issue: ERROR: Visual Leak Detector: Detected a memory leak internal to...
<p>Sometimes on exit I get this message:</p><p> </p><p>No memory leaks detected.</p><p>Visual Leak Detector is now exiting.</p><p>ERROR:...
View ArticleSource code checked in, #b963ca3f9b7d81d8ccda097bdeda0458859209b7
Static CRT configuration added to projects
View ArticleCreated Unassigned: Filter frames from top of stack for STL, etc. [10543]
It's not useful to see frames such as these on the top of the stack:``` e:\ccmaster\sdr\main\windows64\vc90\vc\include\xmemory (44):...
View ArticleNew Comment on "Controlling Leak Detection at Runtime"
The full API (total 19 functions as of vld 2.3) is pretty well documented in vld.h.
View ArticleNew Post: No Leaks reported
I have just stated using VLDm, and am so far disappointed. I have added it in as directed and get no leaks when I know there are some present: All I see is: 'Gatekeeper.exe': Loaded...
View ArticleNew Post: Does VLD support windows store apps?
I'm trying to get VLD working in my windows store app and I've got it compiling but when running the app I get the following exception on startup: [System.IO.FileNotFoundException] {"The specified...
View ArticleCreated Unassigned: FolderBrowserDialog issue [10544]
Hi,I have an issue using FolderBrowserDialog - ShowDialog() function - when using VLD 2.3 in debug mode.System details:Windows 8 Pro 64-bit, Visual Studio 2012 Ultimate (Update 2). Winforms C++/CLI...
View ArticleCommented Issue: Visual Leak Detector internal leak [10536]
Closed my program after doing a lot of operations, mine had no leaks but got:ERROR: Visual Leak Detector: Detected a memory leak internal to Visual Leak Detector!!---------- Block 2063247 at...
View ArticleClosed Issue: Visual Leak Detector internal leak [10536]
Closed my program after doing a lot of operations, mine had no leaks but got:ERROR: Visual Leak Detector: Detected a memory leak internal to Visual Leak Detector!!---------- Block 2063247 at...
View ArticleCommented Issue: Visual Leak Detector Crashes after loading [9099]
<p>Hello,</p><p>I am new on VLD and I have started to use it (version 2.2) on Windows XP Service Pack 2.</p><p> </p><p>We develop third part...
View ArticleCommented Unassigned: vld dump [10540]
Visual Leak Detector Version 2.2.3 installed.(1780.1248): Stack overflow - code c00000fd (first chance)First chance exceptions are reported before any exception handling.This exception may be expected...
View ArticleNew Post: Seems that wont work in VS2012...
I didn't do more tests, but in my project, i intentionally wrote a pointer and new for heap spaces, gave some values, didn't delete that, but the VLD said there's no memleak. after commented #include...
View ArticleNew Comment on "Using Visual Leak Detector"
Also registered with CodePlex just to thank you for such a useful tool. I used it with VS2008, and it worked like a charm. One thing that is unclear in the Documentation -> Configuration Options...
View ArticleNew Post: No symbols are loaded for any call stack frame. The source code...
Hi all, I installed vld on my pc and embedded it in my vs2008 project. The I tried to debug my dll by loading the project using VS2008. Then I got an exception in execution, and when I pressed the...
View ArticleNew Comment on "Using Visual Leak Detector"
On further use, I noticed that the summary total of the number of bytes leaked reported by VLD does not agree with the sum of the reported leaked bytes. The summary number of leaks does agree. I tested...
View ArticleNew Post: CMake, Checkpoints and stdout report
Hi! First of all, thanks for this great tool. It is vastly superior to the crtdbg.h based automated leak checking I used to add to all my projects, the stack trace in the debug output window is a...
View Article