Skip to content

Commit f9902ac

Browse files
authored
minor updates
1 parent f598e36 commit f9902ac

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

16.6 KB
Loading
7.37 KB
Loading

support/developer/webapps/iis/site-behavior-performance/process-termination-crash.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ To collect a crash dump, you can use tools like [Debug Diagnostic Tool](#debug-d
7171

7272
To take crash dumps using Debug Diagnostic Tool, follow these steps:
7373

74-
1. Download and install [Debug Diagnostic Tool](https://www.microsoft.com/download/details.aspx?id=103453&msockid=145197b7d1fa6877376482b2d0bf6961).
74+
1. Download and install [Debug Diagnostic Tool](https://www.microsoft.com/download/details.aspx?id=103453).
7575
1. Open the DebugDiag 2 Collection application and select **Add Rule** > **Crash** > **Next**.
7676
1. Select **A specific IIS web application pool** > **Next**.
7777

@@ -82,7 +82,13 @@ To take crash dumps using Debug Diagnostic Tool, follow these steps:
8282
1. In the **Advanced Configuration (Optional)** window, select **Breakpoints** under **Advanced Settings**. Don't change any other options in this window and keep them at their default values.
8383
1. In the **Configure Breakpoints** window, select **Add Breakpoint**.
8484
1. Select the first line that reads **Ntdll!ZwTerminateProcess**. Then, select **Full Userdump** in the **Action Type** dropdown and set a value between 3 and 5 in the **Action Limit** field. Once done, select **OK**.
85+
86+
:::image type="content" source="media/process-termination-crash/configure-breakpoint-action-limit.png" alt-text="Screenshot of the Configure Breakpoint window.":::
87+
8588
1. At this stage, you have successfully created a trigger for when the dumps are generated. Select **Save and Close**.
89+
90+
:::image type="content" source="media/process-termination-crash/configure-breakpoint-save-close.png" alt-text="Screenshot of Save&Close in the Configure Breakpoint window.":::
91+
8692
1. In the **Advanced Configuration (Optional)** window, select **Next** to move to the next step in the wizard.
8793
1. In the **Select Dump Location And Rule Name (Optional)** window, specify the path where you want to save the dumps. Once done, select **Next**.
8894

@@ -169,10 +175,10 @@ To perform the analysis for the crash, follow these steps:
169175
170176
1. Download and install [DebugDiag](https://www.microsoft.com/download/details.aspx?id=103453) (short for Debug Diagnostic Tool).
171177
1. Open DebugDiag2 Analysis and select **Add Data Files**.
172-
1. In the file chooser dialog, select the dump file you want to analyze.
178+
1. In the file chooser dialog, it only lists dump files with a **\*.dmp** extension. Select the dump file you want to analyze.
173179
1. Once you upload the desired file, select **Start Analysis**.
174180
175-
Once the analysis is complete, you see a file with an `.mht` extension loaded in the browser. The following example is from a dump on Notepad to display the final aspect of the analysis report.
181+
Once the analysis is complete, you see a file with an **.mht** extension loaded in the browser. The following example is from a dump on Notepad to display the final aspect of the analysis report.
176182
177183
:::image type="content" source="media/process-termination-crash/debugdiag-analysis-report.png" alt-text="Screenshot of DebugDiag Analysis Report.":::
178184

support/developer/webapps/iis/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,8 @@ items:
165165
href: site-behavior-performance/troubleshoot-502-2-bad-gateway-error-in-cgi-apps.md
166166
- name: Troubleshoot high CPU usage in an IIS app pool
167167
href: site-behavior-performance/troubleshoot-high-cpu-in-iis-app-pool.md
168+
- name: Troubleshoot a process crash in an IIS app pool
169+
href: site-behavior-performance/process-termination-crash.md
168170

169171
- name: WAS Service and Svchost Process Operation
170172
items:

0 commit comments

Comments
 (0)