Skip to content

Instantly share code, notes, and snippets.

@jeroenheijmans
Last active September 2, 2016 09:02
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 jeroenheijmans/859dff33395b6c93eb93cc311ff17db0 to your computer and use it in GitHub Desktop.
Save jeroenheijmans/859dff33395b6c93eb93cc311ff17db0 to your computer and use it in GitHub Desktop.
WinDbg-ManagedThreads-Listing

Run these on the crash dump to get a listing of all CLR threads at the moment of the dump.

.loadby sos clr
~*e!clrstack
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment