Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

windbg 6.12, !address -summary fails to display heaps memory

217 views
Skip to first unread message

plodoc

unread,
Mar 19, 2010, 1:01:12 PM3/19/10
to
Hi,

windbg 6.12.2.633 changes the report format of !address. But it fails to
"map heaps" and thus shows "unclassified" space. I tried on x86 and x64
platforms, with the same result.
Is it only me having this problem ?

0:002> !address -summary

Failed to map Heaps (error 80004005)

--- Usage Summary ---------------- RgnCount ----------- Total Size -------- %ofBusy %ofTotal
Free 41 7e3dd000 ( 1.973 Gb) 98.63%
Image 99 104f000 ( 16.309 Mb) 58.09% 0.80%
MemoryMappedFile 26 76c000 ( 7.422 Mb) 26.44% 0.36%
<unclassified> 20 3c4000 ( 3.766 Mb) 13.41% 0.18%
Stack 9 90000 ( 576.000 kb) 2.00% 0.03%
TEB 3 3000 ( 12.000 kb) 0.04% 0.00%
PEB 1 1000 ( 4.000 kb) 0.01% 0.00%

--- Type Summary (for busy) ------ RgnCount ----------- Total Size -------- %ofBusy %ofTotal
MEM_IMAGE 99 104f000 ( 16.309 Mb) 58.09% 0.80%
MEM_MAPPED 26 76c000 ( 7.422 Mb) 26.44% 0.36%
MEM_PRIVATE 33 458000 ( 4.344 Mb) 15.47% 0.21%

--- State Summary ---------------- RgnCount ----------- Total Size -------- %ofBusy %ofTotal
MEM_FREE 41 7e3dd000 ( 1.973 Gb) 98.63%
MEM_COMMIT 140 1326000 ( 19.148 Mb) 68.21% 0.94%
MEM_RESERVE 18 8ed000 ( 8.926 Mb) 31.79% 0.44%

--- Protect Summary (for commit) - RgnCount ----------- Total Size -------- %ofBusy %ofTotal
PAGE_READONLY 52 991000 ( 9.566 Mb) 34.08% 0.47%
PAGE_EXECUTE_READ 24 89f000 ( 8.621 Mb) 30.71% 0.42%
PAGE_READWRITE 45 c7000 ( 796.000 kb) 2.77% 0.04%
PAGE_WRITECOPY 16 2c000 ( 176.000 kb) 0.61% 0.01%
PAGE_READWRITE|PAGE_GUARD 3 3000 ( 12.000 kb) 0.04% 0.00%

--- Largest Region by Usage ----------- Base Address -------- Region Size ----------
Free 1014000 4a3ac000 ( 1.160 Gb)
Image 7caf0000 5df000 ( 5.871 Mb)
MemoryMappedFile 543000 2ad000 ( 2.676 Mb)
<unclassified> 935000 fb000 (1004.000 kb)
Stack 40000 2e000 ( 184.000 kb)
TEB 7ffdd000 1000 ( 4.000 kb)
PEB 7ffd9000 1000 ( 4.000 kb)

Alex

unread,
Mar 19, 2010, 10:14:20 PM3/19/10
to
Which operating system, out of curiosity?

plodoc

unread,
Mar 22, 2010, 4:29:05 AM3/22/10
to
On 20/03/2010 03:14, Alex wrote:
> Which operating system, out of curiosity?
on windows 2008 R2 x64 (with windbg x86 & amd64) and on windows 2003 R2 SP2 (windbg x86)

0 new messages