Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deadlock detection #18

Open
cch123 opened this issue Nov 25, 2020 · 1 comment
Open

deadlock detection #18

cch123 opened this issue Nov 25, 2020 · 1 comment
Labels

Comments

@cch123
Copy link
Collaborator

cch123 commented Nov 25, 2020

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
Copy link
Collaborator Author

cch123 commented Nov 25, 2020

#14

@cch123 cch123 added the todo label Nov 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant