You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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