Skip to content

Commit 9122f9b

Browse files
authored
AB#3728: UMDH.exe of Windows 11 SDK doesn't work fine
1 parent 4fd0639 commit 9122f9b

2 files changed

Lines changed: 30 additions & 0 deletions

File tree

support/windows/win32/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
href: coinitializeex-fails-after-calling-htmlhelp-same-thread.md
1212
- name: COM+ supports automatic collection of process dump file
1313
href: com-supports-collect-dump-file.md
14+
- name: UMDH in Windows 11 SDK doesn't work fine
15+
href: umdh-windows-11-sdk-not-work-fine.md
1416
- name: Desktop app UI development
1517
items:
1618
- name: CreateProcessWithLogonW fails when called on a Microsoft Entra account
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: UMDH in Windows 11 SDK doesn't work fine
3+
description: Provides a workaround for an issue where umdh.exe in Windows 11 SDK doesn't work fine.
4+
ms.date: 02/18/2025
5+
ms.reviewer: hirotoh, v-sidong
6+
ms.custom: sap:Component Development\COM, DCOM, and COM+ Programming and Runtime
7+
---
8+
# UMDH in Windows 11 SDK doesn't work fine
9+
10+
## Symptoms
11+
12+
When you use the [User-Mode Dump Heap (UMDH)](/windows-hardware/drivers/debugger/umdh) tool (also known as **umdh.exe**) in the Windows 11 SDK, the following error message occurs:
13+
14+
```output
15+
Warning:
16+
Warning: UMDH didn't find any allocations that have stacks collected.
17+
Warning: Traces could not be collected because the Stack Trace Database is full.
18+
Warning: Increase the size of the Stack Trace Database using GFLAGS.
19+
Warning:
20+
```
21+
22+
## Cause
23+
24+
This behavior is a bug.
25+
26+
## Workaround
27+
28+
To work around the issue, use UMDH in the Windows 10 SDK.

0 commit comments

Comments
 (0)