堆扩展命令失败:初始化扩展失败

Heap extension command fails: failed to initialize the extention

尝试在 Windbg 中使用 !heap 扩展来调查转储时,出现以下错误:

0:000> !heap -s -v -a
SEGMENT HEAP ERROR: failed to initialize the extention

每次使用 !heap 扩展都会出现这种情况。
Google对这件事帮助不大。有人知道如何解决这个问题吗?

这个我遇到过一次。 基本上,问题是由于没有 windows 符号引起的。 在我添加之后 SRV*http://msdl.microsoft.com/download/symbols; 在我的 windbg 同情中。 !heap 扩展正常工作。