-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automatic deadlocks detection #203
Comments
Hi, Thanks for the idea. I agree it's not as automatic as the feature you describe. |
Looks like http://www.stevestechspot.com isn't working anymore. Could you share this library? |
There must have been a glitch on the site, it works for me now. |
Home page works for me as well, but all links are broken or something. It is not possible to download any extension. For instance www.stevestechspot.com/downloads/sosex_64.zip doesn't work. |
It would be very helpful to exercise WinDbg SOSEX plugin's automatic deadlock detection mechanism (command
!dlk
). It will allow catching "easy" deadlocks (which is majority of cases) very quickly.Details about SOSEX WinDbg extension:
http://www.stevestechspot.com/SOSEXANewDebuggingExtensionForManagedCode.aspx
Example of raw output of SOSEX
!dlk
:The text was updated successfully, but these errors were encountered: