New Post: VLD locks main thread while unloading DLL
Hi guys, I used VLD in the library, which is dynamically loaded and unloaded from process. What is happening when library is unloaded by calling UnloadLIbrary()? I have an impression that it locks main...
View ArticleNew Post: Unable to Start
Hi @Kyudos, would you please explain how do you associate with the correct manifest file? I have exactly the same problem as yours and has been tweaking around with the manifest file, the dll and the...
View ArticleNew Post: How does VLD ensure that it is initialized first?
Hi, all, I have a question about VLD's initialization. The VLD instance is a C++ global variable. How does it ensure that its constructor is called first, before any other global/static variables? This...
View ArticleNew Post: Unable to Start
Honestly, I can't remember even posting this query, so I can't remember the problem or the fix! All I can suggest would be to check the package for a manifest and make sure it is in the right place.
View ArticleNew Post: Crash in VisualLeakDetector::reportLeaks
Hi, I have a crash in his functionSIZE_T VisualLeakDetector::reportLeaks (heapinfo_t* heapinfo, Set<blockinfo_t*> &aggregatedLeaks) for (BlockMap::Iterator blockit = blockmap->begin();...
View ArticleNew Post: Crash in VisualLeakDetector::reportLeaks
I have a fix for this. Who can help with guidance ?
View ArticleNew Post: It won't detect MFC library's pointers.
i intentionally created an CHttpFile, and not close, delete, vld won't detect that, but VS could. i've not read all documents cause they r too many, is this a technical problem or a bug? just report,...
View ArticleNew Post: Visual Leak Detector
Maddy25 wrote: Please some1 tell me how to use VLD ..do not forward links please.. Look , I have added the header file vld.h to my projects header file and then included it to my source .cpp file.....
View ArticleNew Post: Support for allocation number?
Sometimes, I want to break at certain memory allocation number using _CrtSetBreakAlloc, but the visual leak detector does not show the memory allocation number, will you add the number? Thx.
View ArticleNew Comment on "Building Visual Leak Detector from Source"
[Update] We have upgraded from VS2008 to VS2012. When our application is executed with VLD switched on (via vld.ini), the startup time increases from about five seconds (VS2008) to about one minute...
View ArticleNew Comment on "Using Visual Leak Detector"
Since my last comment I've started using VLD with VS2012. Compared with VS2008, the time to shutdown our application (when VLD does its magic to collate any outstanding memory leaks) has lengthened...
View ArticleUpdated Wiki: Using Visual Leak Detector
Using Visual Leak DetectorThis section briefly describes the basics of using Visual Leak Detector (VLD).Important! : Before using VLD with any Visual C++ project, you must first add the Visual Leak...
View ArticleNew Post: Misterious Leaks
There are always a couple (up to dozens) of the following entries in the log: __WARNING: Visual Leak Detector detected memory leaks! ---------- Block 274741 at 0x00FD9258: 1316 bytes ---------- Leak...
View ArticleSource code checked in, #d6472959c87737514475a86ae7afc397bdbce020
Header for C code fixed
View ArticleNew Post: Visual Leak Detector
This line 'LeakCheck.exe': Loaded 'C:\Users\parthkumars\Documents\Visual Studio 2010\Projects\LeakCheck\Release\LeakCheck.exe', tells me that you are bulding the Release version by Default VLD is only...
View ArticleNew Post: Visual Studio 2013
Is there a way to have this work with Visual Studio 2013? I get it to initialize but it reports no leaks :( unless I use vs110 toolset.
View ArticleCreated Unassigned: VLD not generating output in VS2010 directX project. [10551]
Hello,we are using the vld in a small game engine and up until a few weeks ago it worked fine. We had not used it for some time and today we tried to give it another go.When we build and start the...
View ArticleNew Post: Application gets stuck in startup
same problem here ... it works about 25% of the time :(
View ArticleNew Post: No symbols are loaded for any call stack frame. The source code...
same problem here, cannot figure out why it crashes sometimes but runs other times. seems like a random issue -- maybe a race condition inside of VLD's initializer.
View Article