Skip to content

Instantly share code, notes, and snippets.

@deepumi
Last active October 5, 2017 14:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deepumi/a2f45771bf02184b23c8bcb9467fb73d to your computer and use it in GitHub Desktop.
Save deepumi/a2f45771bf02184b23c8bcb9467fb73d to your computer and use it in GitHub Desktop.
WinDB tips
https://blogs.msdn.microsoft.com/benjaminperkins/2016/06/16/lab-19-debugging-a-high-cpu-hang-w3wp-process-using-windbg/
https://stackify.com/using-windbg-to-analyze-net-crash-dumps-async-crash/
.sympath srv*C:\Projects\Workshop\Sym*http://msdl.microsoft.com/download/symbols;C:\Projects\publish\ProcDumpTest\bin (IIS path)
.load C:\Windows\Microsoft.NET\Framework64\v4.0.30319\sos.dll
!threadpool
!runaway – The once consuming the most amount of time are of most interest, but not always the reason for the problem
~25s
!clrstack
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment