A deadlock happens when during a process_suspend there is a pending invoke and then...
commit238d4a71db5a74674ad12feff20059b23fd3d800
authormonojenkins <jo.shields+jenkins@xamarin.com>
Wed, 8 May 2019 16:51:13 +0000 (8 12:51 -0400)
committerThays Grazia <thaystg@gmail.com>
Wed, 8 May 2019 16:51:13 +0000 (8 13:51 -0300)
tree2a7eb517dd1b030a5cfb5f5bb48a84c2a0fc37d1
parent189b0c5c35bb2675eb9ad9c5036e79d1c7120e40
A deadlock happens when during a process_suspend there is a pending invoke and then when it's calling the invoke there is another call to process_suspend in the same thread. (#14387)
mono/mini/debugger-agent.c