We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A while ago the author of lockbud found a bunch of nice deadlocks in Lighthouse.
lockbud
We are still encountering deadlocks occasionally, see:
It would be great if we could run lockbud on CI to detect them statically.
Last time we tried lockbud it had bitrotted and was incapable of compiling Lighthouse.
It seems there have been updates in the last few weeks that might make it work with more recent compiler versions!
The text was updated successfully, but these errors were encountered:
Lockbud's github action is still pinned to nightly-2023-04-11
I've opened a PR here to update the github action to the latest supported nightly version (2024-05-21) BurtonQin/lockbud#68
Sorry, something went wrong.
RwLock
beacon_node_fallback
Closed in #6470
No branches or pull requests
Description
A while ago the author of
lockbud
found a bunch of nice deadlocks in Lighthouse.We are still encountering deadlocks occasionally, see:
It would be great if we could run
lockbud
on CI to detect them statically.Steps to resolve
Last time we tried
lockbud
it had bitrotted and was incapable of compiling Lighthouse.It seems there have been updates in the last few weeks that might make it work with more recent compiler versions!
The text was updated successfully, but these errors were encountered: