Commented Unassigned: Infinite loop in GetOpenFileName [10562]
__OS:__ Windows 7 Professional x86_64__IDE:__ Visual Studio 2008__Language:__ C++__VLD:__ 2.4RC2__Issue:__ GetOpenFileName enters infinite loop.__Additional Info:__ Doesn't always happen, but once it...
View ArticleClosed Unassigned: Qt Open Dialog Crash [10557]
When using vld in Qt (Qt Creator), the open file dialog crashes (starts opening but then freezes after partially rendering) while trying to open (it defaults to the SkyDrive folder). If I don't access...
View ArticleCommented Issue: freezing of CFileDialog DoModal with vld [9519]
<p>Hi all,</p><p>I wrote it to the discussion already ( see http://vld.codeplex.com/discussions/277407 ), but here is better place.</p><p>I created a MFC application with...
View ArticleEdited 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 ArticleCreated Unassigned: Patch to support MFC 12 MBCS [10565]
I have a patch that provides support for the MBCS version of MFC 12 (mfc120.dll, mfc120d.dll).
View ArticleCommented 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 ArticleEdited 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.
View ArticleNew Post: is there a way to filter all the log?
for example, I do not want to see the leak shoot by other library, I do not want to see the leak that below 32 byte, what can I do?thanks~
View ArticleClosed Unassigned: report typeid().name() memory leak when link use static...
When link use static CRT, reported typeid(..).name() in memory leak. But when link with DLL CRT, there has no memory leak report.VS2012 UPDATE 4Any idea?Sample code as follow:```#include...
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: The...
View ArticleNew Post: Error in finding leak caused by array deleted by non-array delete
Hi, All. I met a problem with non-array deleting when using VLD. VLD will not report memory leak for some simple code like: int* pt = new int[100]; delete pt; I have google search a lot with this...
View ArticleCreated Unassigned: visual leak detector crash in MFC activeX project [10566]
I have created MFC activeX project. I set debuggin using Internet explorer / Run acivex control embedding with IE. Now i have include vld.h in ocx.h header file. when i build the project it will start...
View ArticleNew Post: visual memory leak detector crash with MFC active x project
when i include vld.h in MFC activeX project then at build time it is crashing and showing message that regsvr32.exe crashed and faultinh module is OLEAUT32.dll
View ArticleCommented Issue: debug activeX [8585]
my app is an activex used in IE.when I dubeg it with VLD, it failed. and the infomation following:“iexplore.exe”: ???“E:\workspace\svn\trunk\VGS2Lua\bin\VGS2PRO.DLL”,??????“iexplore.exe”:...
View ArticleNew Post: how to get a HMODULE of a .lib lib to use VLDDisableModule?
I have tried many times to get the HMODULE of a static lib with "GetModuleHandle", always return NULL finally...what shall I do???
View ArticleCommented Unassigned: visual leak detector crash in MFC activeX project [10566]
I have created MFC activeX project. I set debuggin using Internet explorer / Run acivex control embedding with IE. Now i have include vld.h in ocx.h header file. when i build the project it will start...
View ArticleCreated Unassigned: MSVC12 (2013) x64 - Frozen app at FileDialog call [10567]
I am using 2.4RC2 with MSVC 2013 (x64) and I noticed that, when I use vld, all my apps freeze calling the native FileDialog (both MFC and Qt5)!
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: MSVC12 (2013) x64 - Frozen app at FileDialog call [10567]
I am using 2.4RC2 with MSVC 2013 (x64) and I noticed that, when I use vld, all my apps freeze calling the native FileDialog (both MFC and Qt5)! Comments: After many attempts, I discovered this...
View ArticleNew Post: VS2010 bug - hangs at CFileDialog open
It is a pity that a so nice development tool has this bug.. the issue is deep to the WinApi, and thus it involves Qt, MFC, etc. I found the workaround to open a single format/single selection file...
View Article