goldshtn / msos

Command-line environment a-la WinDbg for executing SOS commands without having SOS available.
Other
96 stars 21 forks source link

Deadlock analysis #3

Closed goldshtn closed 9 years ago

goldshtn commented 9 years ago

Something like sosex's !dlk command would be nice. Just walk the wait chains and see if there is a deadlock, and print out the chain if so. If there is no deadlock, printing out the chains can be useful in itself.

goldshtn commented 9 years ago

Closing in 0b6a87fbdc608f36ae145cb4c3b2ac6caf7570c2 with a !waits command.