Commented Unassigned: Access violation errors after Anniversary Update [10616]
After the Windows 10 Anniversary Update (1607), I get access violation errors with Visual Leak Detector.Exception thrown at 0x00007FF8A7B97FE7 (ntdll.dll) in Axxxxxxx4_64.exe: 0xC0000005: Access...
View ArticleNew Post: Call stack not shown in VLD memory leak report
Hi, I have just started to use VLD, and have found it very useful. I have found a few memory leaks, and now VLD is still reporting a bunch of memory leaks (i.e., thousands), but the Call Stack is not...
View ArticleNew Post: VLD 2.5 starts up as "Visual Leak Detector 2.4RC2" - Normal ?
Not sure if i somehow botched my update to VLD 2.5, but i get the message "Visual Leak Detector 2.4RC2 installed" when using it. Is this a known bug ? Or is something wrong with the install somewhere ?
View ArticleNew Post: Diagnostic - memory leak detection software...
Unfortunately my web site went down, and anyway - I've decided to fully publish source code of memory leak detection tool - so here is newer link:https://sourceforge.net/projects/diagnostic/
View ArticleCommented Unassigned: Access violation errors after Anniversary Update [10616]
After the Windows 10 Anniversary Update (1607), I get access violation errors with Visual Leak Detector.Exception thrown at 0x00007FF8A7B97FE7 (ntdll.dll) in Axxxxxxx4_64.exe: 0xC0000005: Access...
View ArticleNew Post: 0xc0000005 crash for x64 on 2.5
Same problem with every project here as well (Windows 10 x64 Build 14393): The .exe exits with error (0xc0150002). It would be better to take this project offline until the issue has been fixed.
View ArticleNew Post: 0xc0000005 crash for x64 on 2.5
Just build in 32bit. Works just fine on Windows 10 for me.
View ArticleNew Post: 0xc0000005 crash for x64 on 2.5
Found a product that is still maintained: Deleaker
View ArticleNew Post: 0xc0000005 crash for x64 on 2.5
Looking at vld.cpp, I think the problem is the patching of NtDll is wrong with newer version of windows. I think I can fix it, but I need some help but I need a screenshot. If anyone has Windows 7...
View ArticleNew Post: 0xc0000005 crash for x64 on 2.5
This patch fixed my problem. https://github.com/ioannis-e/vld/commit/48d9fef04a3117747c594afaf3036105713323d3
View ArticleCreated Unassigned: VLD fails with Visual Studio 2015 [10619]
Hi,It appears the VLD is now broken. The software fails with 0xC0000005 when executing```HMODULE const handle = LoadLibraryExW(name, nullptr, LOAD_LIBRARY_SEARCH_SYSTEM32);```where name =...
View ArticleCommented Unassigned: Access violation errors after Anniversary Update [10616]
After the Windows 10 Anniversary Update (1607), I get access violation errors with Visual Leak Detector.Exception thrown at 0x00007FF8A7B97FE7 (ntdll.dll) in Axxxxxxx4_64.exe: 0xC0000005: Access...
View ArticleNew Post: Leak detection using VLD for large applications - storing of...
Hi, first thank you for this great tool, I've been using it in various companies over the years! I am really curious what approaches (VLD as well as non-VLD) developers use to perform a full leak...
View ArticleNew Post: Leak detection using VLD for large applications - storing of...
I've tested performance and robustness of my own memory leak detection tool - https://sourceforge.net/projects/diagnostic/ I think it can handle large amount of allocations with relatively good...
View ArticleNew Post: VLD_Parser a tool for Visual Leak Detector
Hi, I just wanted to inform that I made extension for visual studio that gives better view for vld report files. You can also compare two vld report files to see what leaks are fixed and to see if...
View ArticleCommented Unassigned: VLD fails with Visual Studio 2015 [10619]
Hi,It appears the VLD is now broken. The software fails with 0xC0000005 when executing```HMODULE const handle = LoadLibraryExW(name, nullptr, LOAD_LIBRARY_SEARCH_SYSTEM32);```where name =...
View ArticleNew Post: False memory leaks in 3rd party lib?
I am using VLD together with an external library, from which I have only .h, .lib and *.dll. If I finish rnning the code, I have a lot of memory leaks asscoated with the library. However, I think that...
View ArticleNew Post: Leak Report in an Empty project (Windows 7 64Bits + VS2010)
A empty project in VS2010, in stdafx.h add #include <vld.h> After run the project ,the below message report by Visual Leak Detector WARNING: Visual Leak Detector detected memory leaks!...
View ArticleNew Post: Leak Report in an Empty project (Windows 7 64Bits + VS2010)
Hi, You may be experiencing the same issue that I had a while ago, please see this post:Empty MFC Single Dialog App reports 9 leaks The solution for me was to place the #include "vld.h" line as the...
View ArticleCreated Unassigned: Installing vld on windows 7 x86 fails [10620]
When installing vld on windows 7 x86, I get the following error :Internal Error: Cannot access 64-bit registry keys on this version of windows.
View Article