Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix jit attach hang at Shutdown (dotnet#67166)
Fixes dotnet#66715 We are seeing exceptions thrown at shutdown turn into hangs because the debugger lock suspends threads at that point. We are mitigating that problem by disabling the jit attach setup work and allowing WatsonLastChance to continue.
- Loading branch information