WinDbg 地址汇总失败
查看用户计算机 (Windows Server 2008 SP2) 上获取的完整内存故障转储文件时,出现以下错误:
0:000> !address -summary
无法映射堆(错误 80004005)
我正在 Windows XP Pro (SP3) 上运行 WinDbg 6.12.0002.633 X86。 SOS 和其他命令似乎有效。 感谢任何建议。
谢谢, 米哈尔
I'm getting following error when looking at full memory crash dump file taken on user machine (Windows Server 2008 SP2):
0:000> !address -summary
Failed to map Heaps (error 80004005)
I'm running WinDbg 6.12.0002.633 X86 on Windows XP Pro (SP3).
SOS and other commands seems to work.
Appreciate any advice.
Thanks,
Michal
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我有同样的问题。 AFAIK,它看起来像是此版本的 Windbg 中的一个错误,或者可能是 Windbg 使用的公共系统符号中缺少某些内容。我现在使用以前版本的windbg(6.11.1.404)来执行!address。
I have the same problem. AFAIK, it looks like a bug in this version of windbg, or perhaps something missing in the public system symbols used by windbg. I now use the previous version of windbg (6.11.1.404) to execute !address.
您可以使用 WDK 8 的开发人员预览版。它包含更新版本的 WinDbg (6.2.8102.0),它修复了此问题。
You can use the Developer Preview of WDK 8. It contains a newer version of WinDbg (6.2.8102.0) which fixes this issue.