Skip to content

Commit d334000

Browse files
authored
minor updates as Advanced Configuration (Optional
1 parent f9902ac commit d334000

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Troubleshoot a Process Crash in an IIS Application Pool
33
description: This article helps identify a process crash and provides methods to collect and analyze data for the crash.
4-
ms.date: 02/13/2025
4+
ms.date: 02/27/2025
55
ms.custom: sap:Site Behavior and Performance\Process termination (crash)
66
ms.reviewer: khgupta, v-sidong
77
---
@@ -56,7 +56,7 @@ Take note of the following fields:
5656

5757
## Data collection
5858

59-
The first thing you need to do is to understand whether you need a memory dump. Windows has a feature called [Windows Error Reporting](../../../../windows-client/system-management-components/windows-error-reporting-diagnostics-enablement-guidance.md) (WER) that collects information automatically for you.
59+
The first thing you need to do is to understand whether you need a memory dump. Windows has a feature called [Windows Error Reporting](#windows-error-reporting) (WER) that collects information automatically for you.
6060

6161
To determine if you need a memory dump, locate the event logs regarding WER and check if the information is sufficient to solve the issue.
6262

@@ -79,7 +79,7 @@ To take crash dumps using Debug Diagnostic Tool, follow these steps:
7979
> You should avoid using any other of the available options (consider them as a last resort only).
8080
8181
1. Select the crashing application pool (you can get the application pool name in the [Identify a process crash](#identify-a-process-crash) section) and select **Next**.
82-
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.
82+
1. 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**.
8585

0 commit comments

Comments
 (0)