Products | Versions |
---|---|
Spotfire Statistica | 13.0 and higher |
ProcDump (procdump.exe) is a Microsoft Windows Sysinternals tool. It allows you to create dumps of the processes in any scenario that may arise while troubleshooting issues with TIBCO Statistica products.
Please note: When Procdump captures the dump file, it does not kill the running process.
To create a dump with ProcDump, do the following:
cd <path_to_folder>
For example cd C:\Dumps and then run the following set of commands:
a. C:\Dumps>procdump -i and this will install ProcDump as the AeDebug postmortem debugger
b. Then put this command:C:\Dumps>procdump -e -ma -t -w statist.exe
c. Open Statistica and reproduce the hang and or crash
d. Close it and the dump files should be saved in C:\Dumps location