Download and Install Windows SDK:
Windows 10 SDK
Windows 10, version 20H2 is a scoped set of features for select performance improvements and quality enhancements. Developers should be aware of this release, but no action is necessary at this time. A new Windows SDK will not be issued to accompany this version of Windows because this release doesn’t introduce new APIs.
Record a memory dump
* The process is paused while the memory is being copied to the file. Doing this on a production instance can cause the application to become unresponsive and possibly crash.
Open Task Manager, right click on the process and click Create dump file
When this is done, you’ll see a message with the location of the DMP file
Copy this file to your computer for analysis.
Use something like WinDbg
WinDbg
Software Diagnostics Institute Software Diagnostics Library (requires access) Software Diagnostics Technology and Services Tables of Contents and Indexes of WinDbg Commands from all volumes Download Debugging Tools for Windows Download WinDbg Preview Debugging Tools for Windows Help Debugging Tools for Windows Blog Symbol Server (Microsoft): srv*c:\mss*http://msdl.microsoft.com/download/symbols Symbol Server (Citrix): srv*c:\css*http://ctxsym.citrix.com/symbols
Comments are off this post