Forum Discussion
Hi,
To help us investigate the problem, please generate dump files when the error occurs and send them to us.
Before reproducing the issue, disable the Loosely Coupled IE feature in Internet Explorer. To do this:
1. Open the registry editor.
2. Go to the HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main section and locate the TabProcGrowth key. If the key does not exist, create a new DWORD (32-bit) Value or String Value and name it as TabProcGrowth accordingly.
3. Set the value of the TabProcGrowth key to 0. This will instruct IE to open all of the tabs within the same iexplore.exe process.
To generate dumps, follow the steps below:
1. Download the Debugging Tools for Windows package from:
http://msdl.microsoft.com/download/symbols/debuggers/dbg_x86_6.11.1.404.msi
and install it.
2. When the error occurs, open the "Start | Run..." dialog and execute the following command:
"C:\Program Files\Debugging Tools for Windows (x86)\windbg.exe" -pn TestComplete.exe -Q -pd -c ".dump /m C:\TCDump1.dmp;q"
This command will make WinDbg write a memory dump of the TestComplete.exe process to the "C:\TCDump1.dmp" dump file. After the dump is written, WinDbg will be closed.
3. Generate a memory dump for the Internet Explorer process as well:
"C:\Program Files\Debugging Tools for Windows (x86)\windbg.exe" -pn iexplore.exe -Q -pd -c ".dump /m C:\IEDump1.dmp;q"
4. Wait for two minutes.
5. Repeat steps 2-4 twice more (but correct the dump file names in the command lines).
6. Send us all of the generated dump files.