goldshtn / msos

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

Multiple managed threads with the same id crash several engine commands #64

Open goldshtn opened 7 years ago

goldshtn commented 7 years ago

Phantom (zombie) threads may still linger on the heap and have the same managed ID as some other thread that's currently running. Need to be able to handle this condition.

Reported in #61.