holmes icon indicating copy to clipboard operation
holmes copied to clipboard

deadlock detection

Open cch123 opened this issue 5 years ago • 1 comments

investigate for deadlock detection,

if plenty of goroutines block on lock acquire, is it a deadlock?

if goroutines stack matches some rules, is it a deadlock?

if runtime_SemacquireMutex numbers keep increasing, is it a deadlock

cch123 avatar Nov 25 '20 03:11 cch123

https://github.com/mosn/holmes/issues/14

cch123 avatar Nov 25 '20 03:11 cch123