'WinDbg: Unable to run !address -summary command on crash dump (mini dump with full memory)

I have a crash dump with heap of a native cpp app which I'm trying to debug using WinDbg but when i try to run !address -summary command it keeps running (for hours) without any output while showing following error codes-

Failed to retrieve DeallocationStack value for thread xxx (error 80004002)

Any suggestions?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source