Edited Unassigned: Stack overflow when VLD gets TLS slot >= 64 and allocate...
In short, Stack overflow when VLD gets TLS slot >= 64 and allocate memory in new thread. On Windows, by default Thread Local Storage (TLS) has 0x40 slots. Later it is expanded by 0x400 more slots....
View ArticleCreated Unassigned: VLD not detecting memory leaks [10591]
This is the ouput I get:```No memory leaks detected.Visual Leak Detector is now exiting.Detected memory leaks!Dumping objects ->{4262} normal block at 0x00EA7A50, 13 bytes long. Data: <*REDACTED*...
View ArticleCommented Unassigned: VLD not detecting memory leaks [10591]
This is the ouput I get:```No memory leaks detected.Visual Leak Detector is now exiting.Detected memory leaks!Dumping objects ->{4262} normal block at 0x00EA7A50, 13 bytes long. Data: <*REDACTED*...
View ArticleClosed Unassigned: Patch to support MFC 12 MBCS [10565]
I have a patch that provides support for the MBCS version of MFC 12 (mfc120.dll, mfc120d.dll).
View ArticleNew Post: VLD for Visual C++ 2015?
I just downloaded the sourcecode and compiled it with solution that was provided, not sure what SDK that I have that you guys don't. When do you think you can have an beta (or alpha) installer for msvc...
View ArticleClosed Unassigned: HeapDestroy without HeapFree really leaks memory? [10580]
Hi VLD developers, I'm a developer of [MinHook](http://www.example.com).A user of MinHook reported a memory leak. In short, VLD reports a leak when calling HeapDestroy without HeapFree.Look at the test...
View ArticleClosed 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 ArticleCommented Feature: 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 ArticleSource code checked in, #f7abad0b0a2a612203bcdbc4501247d4276a17cd
Fixed crash, when VLD is turned off through config
View ArticleSource code checked in, #56baf1b735aedaf740537331f1c17efe86987995
Merge pull request #15 from akaStiX/master Fixed crash, when VLD is turned off through config
View ArticleSource code checked in, #2e2dac90e7de8c99850fab70df8fcf07b5f1c7ca
Check number of tests
View ArticleSource code checked in, #c30f3c9202b92b89622c668aab6237f73b47ef53
Crash fixed dynamic_app test, Release, StackWalkMethod=safe; v140. Closes #17
View ArticleSource code checked in, #8f5b0c2c042951f724160f34d07fc076dc14d67e
Simplify the CaptureContext constructor and remove the unnecessary context parameter
View ArticleSource code checked in, #af71538309e694f1a61d396354bdea8072b23578
Test for "std::`dynamic initializer for '" false positive leak in Release_StaticCrt
View ArticleSource code checked in, #a8c37d13de4ef3a3a33b6c058a63283f8d817cb3
Debuging macroses improved
View ArticleSource code checked in, #5a08ef0c704821203b96f947d26763b3875eba56
Added Gitter notification: https://gitter.im/KindDragon/vld
View ArticleSource code checked in, #09478143be9516eb32275a7feb7c338ae2717b83
Remove duplication of callstack resolve implementation in Callstack::dump
View ArticleCreated Unassigned: Visual Leak Detector not working with...
Hi,if I include the "vld.h" in a file and run unit test (with Microsofts CppUnitTestFramework) on the projectsome problem occurs:```------ Discover test started ------========== Discover test finished:...
View ArticleEdited Unassigned: Visual Leak Detector not working with CppUnitTestFramework...
Hi,if I include the "vld.h" in a file and run unit test (with Microsofts CppUnitTestFramework) on the projectsome problem occurs:```------ Discover test started ------========== Discover test finished:...
View Article