Skip to content

Commit f83fa72

Browse files
authored
Updates from editor
1 parent 359df7c commit f83fa72

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
22
title: The UMDH Tool Generates Warnings
3-
description: Provides a workaround for an issue where umdh.exe in Windows 11 SDK doesn't work fine.
3+
description: Works around an issue where umdh.exe in the Windows SDK for Windows 11, the Windows Driver Kit for Windows 11, and the standalone toolsets doesn't work fine.
44
ms.date: 02/19/2025
55
ms.reviewer: hirotoh, v-sidong
66
ms.custom: sap:Component Development\COM, DCOM, and COM+ Programming and Runtime
77
---
88
# The UMDH tool generates warnings
99

10-
This article describes a known issue with the [User-Mode Dump Heap (UMDH)](/windows-hardware/drivers/debugger/umdh) tool that is installed with the [Debugging Tools for Windows](/windows-hardware/drivers/debugger/extra-tools). The issue applies to the tool included in the Windows SDK for Windows 11, Windows Driver Kit for Windows 11, and standalone toolset.
10+
This article describes a known issue with the [User-Mode Dump Heap (UMDH)](/windows-hardware/drivers/debugger/umdh) tool that is installed with the [Debugging Tools for Windows](/windows-hardware/drivers/debugger/extra-tools). The issue affects the UMDH tool included in the Windows SDK for Windows 11, the Windows Driver Kit for Windows 11, and the standalone toolsets.
1111

1212
## Symptoms
1313

14-
When the [UMDH](/windows-hardware/drivers/debugger/umdh) (also known as **umdh.exe**) tool executes, it displays the following messages and fails to capture the memory allocations.
14+
When the [UMDH](/windows-hardware/drivers/debugger/umdh) tool (also known as **umdh.exe**) executes, it displays the following messages and fails to capture memory allocations:
1515

1616
```output
1717
Warning:
@@ -23,8 +23,8 @@ Warning:
2323

2424
## Cause
2525

26-
This is a bug in the UMDH tool included in the Windows SDK for Windows 11 and Windows Driver Kit for Windows 11.
26+
This is a bug in the UMDH tool included in the Windows SDK for Windows 11 and the Windows Driver Kit for Windows 11.
2727

2828
## Workaround
2929

30-
To work around the issue, install the [latest version of Windows SDK for Windows 10](https://developer.microsoft.com/windows/downloads/sdk-archive/) or [Windows Driver Kit for Windows 10}(/windows-hardware/drivers/other-wdk-downloads) and use the UMDH in it.
30+
To work around the issue, install the [latest version of the Windows SDK for Windows 10](https://developer.microsoft.com/windows/downloads/sdk-archive/) or the [Windows Driver Kit for Windows 10](/windows-hardware/drivers/other-wdk-downloads) and use the UMDH tool in it.

0 commit comments

Comments
 (0)