WinDbg !heap command not working on Windows Azure

David Airapetyan

I an trying to inspect the unmanaged heap on a Windows Azure Web Role using WinDBG. When running "!heap -s", I am getting the "Invalid type information" error, same as outlined in this question: WinDbg !heap command not working due to missing symbols.

However, when trying to reload the symbols and setting symbol loading to "noisy", I see this:

SYMSRV: http://msdl.microsoft.com/download/symbols/ntdll.pdb/9D7437C73CAF42919078F59C14F1BB462/ntdll.pdb not found

So AFAIK, there are no symbols for this particular version of ntdll.

Is there any workaround that would enable me to be able to see the unmanaged heap? My WaIISHost.exe process is consuming 1.5GB of RAM and the managed heap is tiny (50MB).

David Airapetyan

Sometimes the Windows symbols are actually missing on Microsoft's symbol servers - the best indication is the "not found" error from the Symbol Server when noisy loading is set.

In this case, one should contact the public Windbg External Feedback alias - [email protected]. I did this in my case (for ntdll.dll version is 6.1.7601.18241) and Microsoft resolved the problem in about a week's time.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

!slist command in WinDBG

From Dev

!slist command in WinDBG

From Dev

WinDbg script not working

From Dev

Wget Command Not Working in Cygwin for Windows

From Dev

Vagrant Command Stopped Working: Command not Found on WIndows

From Dev

wget command working in linux but not working in windows

From Dev

WinDbg windows symbols

From Dev

WinDbg runaway command output explained

From Dev

Sailsjs - sails lift command is not working on windows

From Dev

Windows Command Prompt Not working From Python

From Dev

xmllint isn't working in windows command prompt

From Dev

Yeoman command yo not working in windows 7

From Dev

Pip not working on windows 10, freezes command promt

From Dev

Windows batch powershell command inside FOR loop not working

From Dev

ruby with wildcard rspec command not working on windows machines

From Dev

Windows 10 - Recent Folders, Shell Command Not Working

From Dev

How to redirect windbg command to a file without echoing the output on the windbg console?

From Dev

SSL not working after Generalizing Azure Windows VM

From Dev

Execute a WinDbg command through C#

From Dev

How to pass hexadecimal numbers into a WinDBG command?

From Dev

winDBG command to list objects in GC generation wise

From Dev

How to use the ba command (Break on Access) in WinDbg?

From Dev

cp command not working in Bash Script in build pipeline of azure devops

From Dev

The command 'Get-AzFunctionApp ' is not working in Azure Automation Runbook

From Dev

puppet staging::deploy is not working on windows and saying unzip command not found

From Dev

Windows REG command not working when executed from ProcessBuilder in Java

From Dev

for /f is not working in .bat file but it works with command prompt in windows 2003

From Dev

PyQt QFileDialog getOpenFileName not working from command line (windows)

From Dev

Commands not working in Windows 7 32-bit command prompt

From Dev

SQL Command not working in C# Windows Form Application

Related Related

  1. 1

    !slist command in WinDBG

  2. 2

    !slist command in WinDBG

  3. 3

    WinDbg script not working

  4. 4

    Wget Command Not Working in Cygwin for Windows

  5. 5

    Vagrant Command Stopped Working: Command not Found on WIndows

  6. 6

    wget command working in linux but not working in windows

  7. 7

    WinDbg windows symbols

  8. 8

    WinDbg runaway command output explained

  9. 9

    Sailsjs - sails lift command is not working on windows

  10. 10

    Windows Command Prompt Not working From Python

  11. 11

    xmllint isn't working in windows command prompt

  12. 12

    Yeoman command yo not working in windows 7

  13. 13

    Pip not working on windows 10, freezes command promt

  14. 14

    Windows batch powershell command inside FOR loop not working

  15. 15

    ruby with wildcard rspec command not working on windows machines

  16. 16

    Windows 10 - Recent Folders, Shell Command Not Working

  17. 17

    How to redirect windbg command to a file without echoing the output on the windbg console?

  18. 18

    SSL not working after Generalizing Azure Windows VM

  19. 19

    Execute a WinDbg command through C#

  20. 20

    How to pass hexadecimal numbers into a WinDBG command?

  21. 21

    winDBG command to list objects in GC generation wise

  22. 22

    How to use the ba command (Break on Access) in WinDbg?

  23. 23

    cp command not working in Bash Script in build pipeline of azure devops

  24. 24

    The command 'Get-AzFunctionApp ' is not working in Azure Automation Runbook

  25. 25

    puppet staging::deploy is not working on windows and saying unzip command not found

  26. 26

    Windows REG command not working when executed from ProcessBuilder in Java

  27. 27

    for /f is not working in .bat file but it works with command prompt in windows 2003

  28. 28

    PyQt QFileDialog getOpenFileName not working from command line (windows)

  29. 29

    Commands not working in Windows 7 32-bit command prompt

  30. 30

    SQL Command not working in C# Windows Form Application

HotTag

Archive