Author: Olegas
Subject: VMMap 3.11 crashes soon after launching process
Posted: 16 March 2014 at 6:39pm
Assuming that the application in question is a native code application, UMDH should be able to provide you with allocation stacks and allocation statistics. Quality of the reported allocation stacks will depend on debug symbols. Application developer will get the best stacks if they use their own matching debug symbols.
Subject: VMMap 3.11 crashes soon after launching process
Posted: 16 March 2014 at 6:39pm
Assuming that the application in question is a native code application, UMDH should be able to provide you with allocation stacks and allocation statistics. Quality of the reported allocation stacks will depend on debug symbols. Application developer will get the best stacks if they use their own matching debug symbols.
However, if the application in question is a managed code application, then UMDH isn't the best next step. In this case, WinDbg with SOS, Psscor2, or Psscor4 extensions is going to be a better approach to review managed heap statistics and objects that reside on managed heaps.