holmes
holmes copied to clipboard
deadlock detection
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
https://github.com/mosn/holmes/issues/14