MichalPlc
MichalPlc

Reputation: 31

WinDbg address summary failed

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

Upvotes: 3

Views: 1694

Answers (2)

Thierry Franzetti
Thierry Franzetti

Reputation: 1863

You can use the Developer Preview of WDK 8. It contains a newer version of WinDbg (6.2.8102.0) which fixes this issue.

Upvotes: 0

plodoc
plodoc

Reputation: 2803

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.

Upvotes: 1

Related Questions