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)