Commented Unassigned: Cannot install VLD on 32-bit Windows [10607]
In the final step, error occurs.error message: cannot access 64bit registry key on this version of windowsComments: I have the same problem trying to install VLD2.5 on a machine running 32-bit Windows...
View ArticleCommented Unassigned: When call stack is too deep, VLD hangs (for DLLs) [10611]
When call stack is too deep and a DLL is being tested for leaks (not the executable), VLD hangs with a message "(abort)" and when I pause the debugger it takes me into some Windows DLL that I have no...
View ArticleCommented Unassigned: VLD 2.5 becomes insanely slow [10609]
I used VLD lately. It works fine and help me a lot. Thanks. However, after upgrade to 2.5 minutes ago. My projcect becomes insanely slow for a debug startup. I even though it was dead. Any chance I can...
View ArticleCommented 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 ArticleCommented Unassigned: Unable to build VLD with VS2015 64bits [10594]
I'm trying to compile VLD with "Visual Studio 2015 Community Update 1" for x64. Downloaded VLD from https://vld.codeplex.com/SourceControl/changeset/view/42a10ae61b58To generate the VS solution, I use...
View ArticleCommented Unassigned: Cannot install VLD on 32-bit Windows [10607]
In the final step, error occurs.error message: cannot access 64bit registry key on this version of windowsComments: Same thing.
View ArticleCreated Unassigned: VLD 2.5 generating bad addresses in FindRealCode [10612]
I've been using VLD 2.4RC2 for a while without too much trouble. However, occasionally my program would hang in GetOpenFileName(), but only when VLD was enabled/loaded. I found a comment from someone...
View ArticleCreated Unassigned: 2.5 Crash At Startup [10613]
HiI'm using Visual Studio 2012 to debug a application with plugins, but the vlk crashed at the beginning.Visual Leak Detector read settings from: C:\Program Files (x86)\Visual Leak...
View ArticleCreated Unassigned: How to find the source of a VLD-reported leak without...
In some cases when using VLD (Visual Leak Detector) all I get in the stack trace is a heap memory allocation call which isn't very useful. For example:```---------- Block 350507 at 0x10842178: 400...
View ArticleCommented Unassigned: 2.5.0 became much slower than 2.4.1 somehow. [10604]
We have huge application using Qt and doing tons of allocations, even starting it with 2.5.0 linked became huge pain, doing every action is very slow too. Just installing 2.4.1 makes things much...
View ArticleCommented Unassigned: How to find the source of a VLD-reported leak without...
In some cases when using VLD (Visual Leak Detector) all I get in the stack trace is a heap memory allocation call which isn't very useful. For example:```---------- Block 350507 at 0x10842178: 400...
View ArticleCommented Unassigned: No call stack for a lot of memory leaks [10606]
When I started using Visual Leak Detector with an application, there were about 1900 memory leaks.By clicking at the call stack, I was able to solve more than a thousand leaks.But then I end up with...
View ArticleCreated Unassigned: Crash on startup [10615]
using VLD 2.5 with visual studio 2015.Any idea?
View ArticleCommented Unassigned: How to find the source of a VLD-reported leak without...
In some cases when using VLD (Visual Leak Detector) all I get in the stack trace is a heap memory allocation call which isn't very useful. For example:```---------- Block 350507 at 0x10842178: 400...
View ArticleNew Post: Memory leak report file creation
Using Visual Studio 2015 I succeeded once to create a report file, but could not repeat this success. All the following runs created an empty file. In all the cases I haven't received a report to the...
View ArticleCreated 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 Animator4_64.exe: 0xC0000005: Access...
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 Animator4_64.exe: 0xC0000005: Access...
View ArticleCommented Unassigned: Crash on startup [10615]
using VLD 2.5 with visual studio 2015.Any idea?Comments: Did you have an early version of the Windows Anniversary update? Immediate faults for me after that update for me...
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 Animator4_64.exe: 0xC0000005: Access...
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 Animator4_64.exe: 0xC0000005: Access...
View Article