-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
sync::Arc is failing to free memory #13210
Comments
Looking through |
@brson, this is a strong indication to me that valgrind is not running on the snapshot bots, even though we believe it to be running. |
bors
added a commit
that referenced
this issue
Mar 30, 2014
This is a fix for #13210. fetch_sub returns the old value of the atomic variable, not the new one.
flip1995
pushed a commit
to flip1995/rust
that referenced
this issue
Aug 8, 2024
…ednet lintcheck: force warn all lints It occurred to me that like `--filter` we could use `--force-warn` for normal operations, we especially want to see lints that crates decided were too annoying or were false positives Also excludes `clippy::cargo` from the default set as nobody is really writing those and it slows things down r? `@xFrednet` changelog: none
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Quick test to reproduce, check against
d79fbba
valgrind results
The text was updated successfully, but these errors were encountered: