Open yvt opened 3 years ago
Thank you for the report, can you review #17 and tell me if it's fixed, please?
I hope this can be fixed at some point. I want to use this crate, because Atom
is exactly the synchronization primitive that I've wanted for several of my projects, and I appreciate the work that's gone into developing it. But I can't bring myself to use a dependency that has been "known to be unsound" for nearly a year without being updated...
This crate has the same issue as https://github.com/mystor/atomic_ref/issues/5.
The following code segfaults on an AArch64 machine (but not on x86_64, which has a stronger memory model).