This article refers to the Barracuda PST Enterprise version 3.1 or higher.
You can use the ProcDump utility to diagnose a service crash or hang. ProcDump generates a dump file when a monitored process hangs or crashes allowing you to troubleshoot the issue.
Capture Service Crash Details
To use ProcDump to monitor a process for a service crash,
- Download ProcDump from Windows Sysinternals.
- Extract the downloaded Prodump.zip file and copy the extracted file to the Archive server.
- On the Archive server, open a command prompt, and navigate to the extracted file location.
- Run the command provided by Barracuda Networks Support, where MyProcess.exe is the name of the process that is crashing:
- For a terminating process, enter the following at the command prompt:
procdump -e -ma MyProcess.exe C:\BarracudaDumps - Leave the command window open to continue monitoring; closing the window terminates the ProcDump utility.
- When the crash occurs, the dump file is generated and added to the directory C:\BarracudaDumps.
- Once dump files are generated, zip the contents of the C:\BarracudaDumps folder, and send to your Barracuda Networks Support representative for diagnostics.
Capture Service Hang Details
To use ProcDump to monitor a process for a service hang,
- Download ProcDump from Windows Sysinternals.
- Extract the downloaded Prodump.zip file and copy the extracted file to the Archive server.
On the Archive server, open a command prompt, and navigate to the extracted file location.
- For a hanging service, your Barracuda Networks Support representative may direct you to collect multiple dumps a few seconds apart. Run the command provided by Barracuda Networks Support, where MyProcess.exe is the name of the process that is hanging:
To produce two dump files approximately 10 seconds apart, enter the following at the command prompt:
procdump -ma -t -n 2 -s 10 MyProcess.exe C:\BarracudaDumps
- Leave the command window open to continue monitoring; closing the window terminates the ProcDump utility.
- When the hang occurs, the dump file is generated and added to the directory C:\BarracudaDumps.
- Once dump files are generated, zip the contents of the C:\BarracudaDumps folder, and send to your Barracuda Networks Support representative for diagnostics.