-
Notifications
You must be signed in to change notification settings - Fork 471
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
[bug] [undefined behaviour] Use of mem::uninitialized()
#468
Comments
#458 should probably fix this. |
With rust-lang/rust#66059, this UB leads to a segfault. It would be great to get a fixed version of crossbeam-epoch released. |
Yes it is fixed on master. But as far as I can see there's no release with the fix yet, so users are still affected. |
Alright. I will keep this issue open until a release is made. |
This was referenced Feb 17, 2020
bors bot
added a commit
that referenced
this issue
Feb 17, 2020
474: Patch release for all crossbeam crates. r=jeehoonkang a=jonhoo This bumps the patch version for all sub-crates and the top-level crate and updates the changelogs with references to PRs where applicable. As far as I can tell, there are no breaking changes. The top-level crate has not change at all, though I bumped `rand` to `0.7` in all the crates, which I guess technically requires a patch bump if we do another release. Fixes #473. Closes #472. Closes #468. Closes #409. Not sure if this also solves #347 by virtue of #458? Co-authored-by: Jon Gjengset <jon@thesquareplanet.com>
bors bot
added a commit
that referenced
this issue
Feb 17, 2020
474: Patch release for all crossbeam crates. r=jeehoonkang a=jonhoo This bumps the patch version for all sub-crates and the top-level crate and updates the changelogs with references to PRs where applicable. As far as I can tell, there are no breaking changes. The top-level crate has not change at all, though I bumped `rand` to `0.7` in all the crates, which I guess technically requires a patch bump if we do another release. Fixes #473. Closes #472. Closes #468. Closes #409. Not sure if this also solves #347 by virtue of #458? Co-authored-by: Jon Gjengset <jon@thesquareplanet.com>
exrook
pushed a commit
to exrook/crossbeam
that referenced
this issue
Oct 7, 2020
…ashing inputs. Fixes crossbeam-rs#468
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Seems to occur in
crossbeam-epoch
.Full MIRI output is here: https://github.com/xacrimon/dashmap/runs/433047062.
The text was updated successfully, but these errors were encountered: