Skip to content

Commit 8553983

Browse files
authored
Merge pull request #8239 from sevend2/UMDHSeven
AB#3728: UMDH.exe of Windows 11 SDK doesn't work fine
2 parents edb8afc + 3d30e00 commit 8553983

2 files changed

Lines changed: 32 additions & 0 deletions

File tree

support/windows/win32/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,7 @@
7979
href: addin-components-core-os-processes.md
8080
- name: GetTickCount resets to zero after approximately 776 days
8181
href: gettickcount-resets-zero-after-approximately-776-days.md
82+
- name: The UMDH tool generates warnings
83+
href: umdh-windows-11-sdk-not-work-fine.md
8284
- name: User32.dll or Kernel32.dll doesn't initialize
8385
href: user32-kernel32-not-initialize.md
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: The UMDH Tool Generates Warnings
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.
4+
ms.date: 02/28/2025
5+
ms.reviewer: hirotoh, v-sidong
6+
ms.custom: sap:System Services Development
7+
---
8+
# The UMDH tool generates warnings
9+
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/debugger-download-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.
11+
12+
## Symptoms
13+
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:
15+
16+
```output
17+
Warning:
18+
Warning: UMDH didn't find any allocations that have stacks collected.
19+
Warning: Traces could not be collected because the Stack Trace Database is full.
20+
Warning: Increase the size of the Stack Trace Database using GFLAGS.
21+
Warning:
22+
```
23+
24+
## Cause
25+
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.
27+
28+
## Workaround
29+
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)