Search

MachPanel Knowledgebase

INFO:Service Crash ProcDump

Mudesira Munir
MachPanel

Summary

This article explains how to use Microsoft ProcDump tool to track down service crash by acquiring memory dumps.

Applies To

This article applies to all build versions of MachPanel

Service Crash ProcDump

For tracking down the reason for a service crash procdump tool is helpful. This can be accomplished through use of the Microsoft procdump tool to show problematic event automatically when the service crashes.

Instructions:

  1. Download procdump from http://technet.microsoft.com/en-ca/sysinternals/dd996900.aspx
  2. Unzip the package to C:\procdump
  3. Open a command prompt
  4. Browse to c:\procdump (CD C:\ProcDump)
  5. After this, run the following command: procdump -e 1 -f "" MachSol.MachPanel.Provisioning-Svc.exe
  6. When service crashes, do copy and share full output from command window.

The command prompt must remain open, and you must not log out of windows. When the service crashes, it will stop at the crash event and the last few commands before crash will help us identify the issue.


Details
Type: INFO
Level: Intermediate
Last Modified: 3 Months Ago
Last Modified By: zohaib.shaikh
Rated 2 stars based on 4 votes.
Article has been viewed 10K times.
Options
Also In This Category
Tags