-
Notifications
You must be signed in to change notification settings - Fork 474
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
epoch: Miri reports memory leak with crossbeam_epoch::pin() #579
Labels
Comments
taiki-e
changed the title
Miri reports memory leak with crossbeam_epoch::pin()
epoch: Miri reports memory leak with crossbeam_epoch::pin()
Oct 9, 2020
might be related: rust-lang/miri#1574. |
That issue is closed, but rust-lang/miri#1618 remains open and could be the cause of the problem here. |
bors bot
added a commit
that referenced
this issue
Jul 23, 2022
796: epoch: Remove ptr-to-int casts r=taiki-e a=taiki-e Use [this hack](rust-lang/miri#1866 (comment)) to fix compatibility issues with Miri (see #490 (comment) for details). Due to the #545, still not compatible with stacked borrows. This will be fixed by the subsequent PR (#871). Note: this is a breaking change because changes API of Pointable and Pointer traits Fixes #579 881: Remove deprecated items r=taiki-e a=taiki-e This removes the following deprecated items: - crossbeam-epoch: - `CompareAndSetError` - `CompareAndSetOrdering` - `Atomic::compare_and_set` - `Atomic::compare_and_set_weak` - crossbeam-utils: - `AtomicCell::compare_and_swap` Co-authored-by: Taiki Endo <[email protected]>
This was referenced Sep 14, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Run
cargo miri run
with the following code:Miri reports memory leak:
output
playground
cc #578
The text was updated successfully, but these errors were encountered: