Reopened 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 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: 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 ArticleNew Post: Visual Studio 2013
I'm not sure what I'm doing wrong but the Debug Output window doesn't show anything after the crash. I'm using Visual Studio Express 2013. Below is the entire Output window after I hit break....
View ArticleNew Post: Visual Studio 2013
It seems it works if the program exits successfully (I get a report). It doesn't if it crashes before it exits (memory access violation). Maybe this is just how Visual Leak Detector works.
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: Hi guimas80, I'm facing the same problem but...
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: First of all, this bug is quite weird.. since...
View ArticleNew Post: Visual Studio 2013
I am trying to use VLD (version 2.4RC2, Visual Studio 2013, MFC project) however it keeps reporting that "No memory leaks detected". I have added a memory leak on purpose to see if it was my code or...
View ArticleNew Post: CString variable leak ?
CString strVal;CString strAbsFile; TCHAR dir[I_MAX_PATH]; I_CHAR retVal[2048];; memset( dir, 0, I_MAX_PATH); memset( retVal, 0, 2048); IAGetWorkDir( dir); strAbsFile.Format( _T("%s%s"), dir, strFile);...
View ArticleCreated Unassigned: VS2013: Unit tests crash [10568]
vld v2.4rc2In VS2013 if I add #include <vld.h>the unit tests crash if run.This is the output:```------ Run test started ------The active Test Run was aborted because the execution process exited...
View ArticleNew Post: Visual Studio 2013
J_Morg wrote: I am trying to use VLD (version 2.4RC2, Visual Studio 2013, MFC project) however it keeps reporting that "No memory leaks detected". I have added a memory leak on purpose to see if it was...
View ArticleClosed Unassigned: [vld v2.4rc2] Crash on startup [10563]
KingDragon, thanks for the efforts. I'm using VS2013. I just installed the last version v2.4rc2 (I had the last stable release installed before but I realized recently that it wasn't working anymore...
View ArticleCommented Unassigned: VS2013: Unit tests crash [10568]
vld v2.4rc2In VS2013 if I add #include <vld.h>the unit tests crash if run.This is the output:```------ Run test started ------The active Test Run was aborted because the execution process exited...
View ArticleClosed 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: Duplicate of issue...
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: Qt issue https://vld.codeplex.com/workitem/10557
View ArticleNew Post: how to get a HMODULE of a .lib lib to use VLDDisableModule?
You can't disable VLD for static library, only for dll
View ArticleNew Post: is there a way to filter all the log?
You can set report hook and filter some strings
View ArticleCommented Unassigned: VS2013: Unit tests crash [10568]
vld v2.4rc2In VS2013 if I add #include <vld.h>the unit tests crash if run.This is the output:```------ Run test started ------The active Test Run was aborted because the execution process exited...
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 Article