-
Notifications
You must be signed in to change notification settings - Fork 506
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
Miri reports leaks #1062
Comments
Valgrind doesn't report the same:
So maybe a miri false-positive? |
It seems miri doesn't consider TLS-stored memory as reachable? If you agree with this diagnosis we can probably close this. |
I guess this is rust-lang/miri#2881 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think this might be a miri false positive. I was writing some tests for
use_current_thread
(#1052), and I thought they were my fault but they also repro in other tests.And so on.
The text was updated successfully, but these errors were encountered: