WinDbg 地址汇总失败

发布于 2024-09-05 17:56:31 字数 230 浏览 3 评论 0原文

查看用户计算机 (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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

变身佩奇 2024-09-12 17:56:31

我有同样的问题。 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.

守望孤独 2024-09-12 17:56:31

您可以使用 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文