-
Notifications
You must be signed in to change notification settings - Fork 75
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
Mutex/thread sanity analysis #176
Labels
Comments
A related point that arose during GobCon is that joining a thread multiple times is also undefined behavior. |
This was referenced Mar 22, 2022
Other instances Helmut and I identified as easy wins to claim we are fully-fledged analyzer of concurrency bugs:
|
Related #1100 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While debugging some benchmark programs, I noticed they themselves contain silly bugs:
At least in the case of non-recursive mutexes, these issues and other similar ones might be useful to have some simple analysis for to warn about.
The text was updated successfully, but these errors were encountered: