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”: ???“C:\Windows\System32\winmm.dll”
“iexplore.exe”: ???“C:\Windows\System32\d3d9.dll”
“iexplore.exe”: ???“C:\Windows\System32\d3d8thk.dll”
“iexplore.exe”: ???“C:\Windows\System32\d3dx9_34.dll”
“iexplore.exe”: ???“C:\Windows\System32\fmodex.dll”,???????????????
“iexplore.exe”: ???“C:\Windows\System32\msacm32.dll”
“iexplore.exe”: ???“C:\Windows\System32\wsock32.dll”
“iexplore.exe”: ???“E:\workspace\svn\trunk\VGS2Lua\bin\vld_x86.dll”
“iexplore.exe”: ???“E:\workspace\svn\trunk\VGS2Lua\bin\dbghelp.dll”
Visual Leak Detector Version 2.1 installed.
iexplore.exe ?? 0x779aa8dd ???????: 0xC00000FD: Stack overflow
iexplore.exe ?? 0x779aa8dd ???????: 0xC00000FD: Stack overflow
the unknown words are Chiniese. ^_^
What happen?
Thanks a lot.
Comments: In this case the CVisualLeakDetector::enabled() function is called multiple time. and in Call stack showinf getTLS() --> HeapAlloc sequence multiple time and then stack over flow error. Please reply as early as possible. Best way to generate this error in Create a MFC active X project. and then change its debug setting to load it with IE. and include this vld.h , this scenario will be generated. thanks.
when I dubeg it with VLD, it failed. and the infomation following:
“iexplore.exe”: ???“E:\workspace\svn\trunk\VGS2Lua\bin\VGS2PRO.DLL”,??????
“iexplore.exe”: ???“C:\Windows\System32\winmm.dll”
“iexplore.exe”: ???“C:\Windows\System32\d3d9.dll”
“iexplore.exe”: ???“C:\Windows\System32\d3d8thk.dll”
“iexplore.exe”: ???“C:\Windows\System32\d3dx9_34.dll”
“iexplore.exe”: ???“C:\Windows\System32\fmodex.dll”,???????????????
“iexplore.exe”: ???“C:\Windows\System32\msacm32.dll”
“iexplore.exe”: ???“C:\Windows\System32\wsock32.dll”
“iexplore.exe”: ???“E:\workspace\svn\trunk\VGS2Lua\bin\vld_x86.dll”
“iexplore.exe”: ???“E:\workspace\svn\trunk\VGS2Lua\bin\dbghelp.dll”
Visual Leak Detector Version 2.1 installed.
iexplore.exe ?? 0x779aa8dd ???????: 0xC00000FD: Stack overflow
iexplore.exe ?? 0x779aa8dd ???????: 0xC00000FD: Stack overflow
the unknown words are Chiniese. ^_^
What happen?
Thanks a lot.
Comments: In this case the CVisualLeakDetector::enabled() function is called multiple time. and in Call stack showinf getTLS() --> HeapAlloc sequence multiple time and then stack over flow error. Please reply as early as possible. Best way to generate this error in Create a MFC active X project. and then change its debug setting to load it with IE. and include this vld.h , this scenario will be generated. thanks.