问题描述
我正在尝试使用Windows Debugger工具中的umhd.exe捕获堆分配堆栈跟踪的快照。它在开始时工作了几次,但每当我现在运行时,我收到以下消息。
I'm trying to capture the snapshot of heap allocation stack-trace using umhd.exe from Windows Debugger tools. It worked fine couple of times in the beginning however whenever I run it now, I get the following message.
C:\Program Files(x86)\ Windows Wits \\ 8..0 \Debuggers \ x86> umdh.exe -pn:notepad ++。exe
-f:log1.txt
警告:
警告:UMDH未找到任何已收集堆栈的分配。
警告:无法调用跟踪,因为堆栈跟踪数据库已满。
警告:增加堆栈跟踪数据库的大小使用GFLAGS。
警告:
我尝试使用GFLAGS增加堆栈数据库大小,但它没有为我工作。好像我需要清理一些缓存或类似的东西。
I tried to increase the Stack Database size using GFLAGS but it didn't work for me. Seems like I need to clear up some cache or something like that.
任何想法?
推荐答案
这篇关于UMDH:无法再捕获堆快照的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!