Commented Issue: freezing of CFileDialog DoModal with vld [9519]
Hi all,I wrote it to the discussion already ( see http://vld.codeplex.com/discussions/277407 ), but here is better place.I created a MFC application with CFileDialog (on Windows 7) and it was rarely...
View ArticleEdited Unassigned: VLD interferes with GetLastError( ) [10586]
Hi! [Here](https://msdn.microsoft.com/en-us/library/windows/desktop/aa384102(v=vs.85).aspx) Microsoft recommends the following trick:```WinHttpQueryHeaders( hRequest, WINHTTP_QUERY_RAW_HEADERS_CRLF,...
View ArticleNew Post: VLD 2.4RC2 - SQLDriverConnect - locked...
Hi, First at all thank you for this amazing system to detect memory leak. I am checking the 2.4RC2 with vs2013 express. Do you know if there is any limitation with the ODBC API SQLDriverConnectA. Thank...
View ArticleSource code checked in, #40532d570659d9559fa03169cc25c1bfe9ddcfd4
Use CaptureStackBackTrace in FastCallStack for x86
View ArticleNew Post: VLD 2.4RC2 - SQLDriverConnect - locked...
More info. The SqlDriverConnectA method is wrapped into a function named connectSQL of a static lib. When the connectSQL method is execute into a Thread : the process is locking When the connectSQL...
View ArticleCreated Unassigned: Visual Leak Detector reporting strange leaks in CRT...
I've just now installed Visual Leak Detector (2.3) on Windows 8. I tested it with blank CRT program (in Visual Studio 2012) that does nothing.```#include <vld.h>int main(int argc, char** argv) {...
View ArticleNew Comment on "Configuration Options"
We must also note that, in case of Windows 8 (and above) systems, changes made to VLD.INI from installation directory (e.g. C:\Program Files (x86)\Visual Leak Detector) may not have any effect. Because...
View ArticleCommented 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 ArticleCommented 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 ArticleCommented Issue: freezing of CFileDialog DoModal with vld [9519]
Hi all,I wrote it to the discussion already ( see http://vld.codeplex.com/discussions/277407 ), but here is better place.I created a MFC application with CFileDialog (on Windows 7) and it was rarely...
View ArticleCommented Issue: Failed to register COM dll [6359]
When i include Visual leak detector and build the source code than it is unable to register the dll on XP and on Windows 7, regsvr32.exe crashes.Environment : VS2008 , OS is XPerror PRJ0050: Failed to...
View ArticleCommented Issue: Application hangs in GetOpenFileName/GetSaveFileName [9859]
With VLD, when I call GetSaveFileName, my application hangs. It seems to be stuck in ieframe.dll.GetSaveFileName loads several DLLs, (including Tortoise SVN) then it stops with ieframe.Comments: This...
View ArticleCommented Unassigned: FolderBrowserDialog issue [10544]
Hi,I have an issue using FolderBrowserDialog - ShowDialog() function - when using VLD 2.3 in debug mode.System details:Windows 8 Pro 64-bit, Visual Studio 2012 Ultimate (Update 2). Winforms C++/CLI...
View ArticleSource code checked in, #750564dd6531ad160aa5d078307026308a6b58c2
VS2013 project building fixed
View ArticleSource code checked in, #451cb8341fcfa04272f1631beb7dff49cce636df
VS2013 project building fixed
View ArticleSource code checked in, #cc6f50d5dfda75ce165817e6d4d4d5382493b9f1
TEST(CorruptionDeathTest, HeapMismatch) fixed in release
View ArticleSource code checked in, #0bdca754b5682fd99b0552ca32bacf38c7de6dd8
Renamed solution configuration for msbuild
View ArticleSource code checked in, #a2adea36a58e2ed9e73b33297c1320ee1095abbe
Testing with VldStackWalkMethod = safe added
View Article