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

New Post: VLD 2.0, VC++2005, Crash after stack overflow on calling...

It looks like a some kind of race condition, still occurs in the latest version of VLD.

View Article


New Post: Visual Studio 2013

I just verified this myself. I created a regular wizard template MFC app in VS 2013, added a malloc() at init and VLD didn't see it. I changed the toolset to VS 2012 and it worked fine. Well we...

View Article


New Post: endless recursive call to VLD itself

hello, I found a bug of VLD: endless recursive call to VLD itself. The callstack is as the following. It's just because getTls() calls TlsSetValue() API, and TlsSetValue() calls RtlAllocateHeap(), but...

View Article

New Post: VLD 2.0, VC++2005, Crash after stack overflow on calling...

not race condition. The hook routine of RtlAllocateHeap just indirectly calls RtlAllocateHeap itself, so the endless recursive call occurs and leads to stack overflow. call chain((actually a loop):...

View Article

Created Unassigned: I want to know visual leak detector only supports the...

I want to know visual leak detector only supports the UNICODE character set code?It also supports UTF -8? Our code supports UTF -8, so I want to know that whether vld is useful? thanks.

View Article


New Post: Visual Studio 2013

Yeah I know it's not "supposed" t work with vs2013. So I didn't mean to say that as a complaint lol. But if someone found a somewhat feasible workaround or any knowledge of when VLD would be updated....

View Article

Commented Issue: Static CRT leaks? [10446]

<p>I use Visual Studio 2012 and VLD 2.2.3.</p><p>Compile option /MTd.</p><p>Memory leak is reported with the next code.</p><p>&nbsp;</p><p>int...

View Article

New Post: Visual Studio 2013

Hey. So I updated the patches with the vs2013 alternatives. and it seems to have worked. gonna do some testing to see what else changed.

View Article


Source code checked in, #01e53e5edafd007afac3593df0b396639ffd4ba5

VS 2013 support added

View Article


Commented Issue: Static CRT leaks? [10446]

<p>I use Visual Studio 2012 and VLD 2.2.3.</p><p>Compile option /MTd.</p><p>Memory leak is reported with the next code.</p><p>&nbsp;</p><p>int...

View Article

Edited Issue: Static CRT leaks? [10446]

I use Visual Studio 2012 and VLD 2.2.3.Compile option /MTd.Memory leak is reported with the next code.```int _tmain(int argc, _TCHAR* argv[]){ return 0;}```VisualLeakDetector::_HeapCreate() dose not...

View Article

New Post: Visual Studio 2013

Master branch support VS2013

View Article

Source code checked in, #367d5721978b2b67ac02947a7140daf2e8ffef72

Memory leaks with static linked CRT fixed for VS2012/2013. Called allocation function added to printed callstack.

View Article


New Post: Visual Studio 2013

Hi! Thanks a lot for your support!I have just tried to download the code from GIT, compile it and create the installer but unfortunately it gives me the following error. I needed to recompile...

View Article

New Post: Visual Studio 2013

Thank you KindDragon! I just compiled and tested, everything works great! danilojose: My app failed this way initially as it picked up the old version of the vld.dll, but I had linked against the new...

View Article


New Post: Visual Studio 2013

Thank you KindDragon!!! We all love this software! Will you be making a v2.4 installer? The setup\ directory uses Inno Setup 5 (which I've used before), but does not generate the same installer as...

View Article

Source code checked in, #647a6499181a3e81581a876b5dc06987d92878b9

VS project configuration fixed

View Article


Edited Issue: DLL CRT initialization leaks [10421]

When VLD is linked with a DLL, it reports quite some leaks in initialization routines. After some exploration, it seems that CRT allocates some memory to hold environment variables, argv etc. and does...

View Article

Created Unassigned: COM object cannot be registered [10553]

I have a large solution contains many COM objects.So, I have added vld.h to one of the COM projects to try to detect memory leaks.After this VS2010 cannot register this COM after it is built. I have...

View Article

New Post: endless recursive call to VLD itself

Can you provide more information? OS version, VS version, static or dynamic CRT you use Do you use Application Verifier?

View Article
Browsing all 704 articles
Browse latest View live


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