Forum Discussion
AlexeyKolosov
13 years agoStaff
Hi Raul,
To help us collect information about the problem, please follow the steps below:
1. Download the Debugging Tools for Windows package from here
and install it.
2. When the problem occurs, open the "Start | Run..." dialog and execute the following command:
"C:\Program Files\Debugging Tools for Windows (x86)\windbg.exe" -pn TestCompleteService9.exe -Q -pd -c ".dump /m C:\Dump1.dmp;q"
This command will make WinDbg write a memory dump of the TestCompleteService9.exe process to the "C:\Dump1.dmp" dump file. After the dump is written, WinDbg will be closed.
3. Correct the dump file name in the above command line (for example, change it to Dump2.dmp), wait for two minutes and execute the command again.
4. Repeat step 3.
5. Send us all of the generated dump files.
Also, please clarify whether your project contains the Network Suite node.
Thanks in advance.
To help us collect information about the problem, please follow the steps below:
1. Download the Debugging Tools for Windows package from here
and install it.
2. When the problem occurs, open the "Start | Run..." dialog and execute the following command:
"C:\Program Files\Debugging Tools for Windows (x86)\windbg.exe" -pn TestCompleteService9.exe -Q -pd -c ".dump /m C:\Dump1.dmp;q"
This command will make WinDbg write a memory dump of the TestCompleteService9.exe process to the "C:\Dump1.dmp" dump file. After the dump is written, WinDbg will be closed.
3. Correct the dump file name in the above command line (for example, change it to Dump2.dmp), wait for two minutes and execute the command again.
4. Repeat step 3.
5. Send us all of the generated dump files.
Also, please clarify whether your project contains the Network Suite node.
Thanks in advance.
Related Content
- 3 years ago
- 3 years ago
- 2 years ago
- 3 years ago
Recent Discussions
- 3 days ago
- 3 days ago
- 6 days ago