Skip to content
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

Panic on atomic operations with AcqRel Ordering #302

Closed
piakushin opened this issue Aug 19, 2021 · 0 comments · Fixed by #306
Closed

Panic on atomic operations with AcqRel Ordering #302

piakushin opened this issue Aug 19, 2021 · 0 comments · Fixed by #306
Assignees
Labels
bug Something isn't working high priority

Comments

@piakushin
Copy link
Member

piakushin commented Aug 19, 2021

I started bobd with default configs and received following panic:

thread 'main' panicked at 'there is no such thing as an acquire/release load', /rustc/30a0a9b694cde95cbab863f7ef4d554f0f46b606/library/core/src/sync/atomic.rs:2359:23

As I found in this issue comment this happens if you use AcqRel ordering in just store | load operations.

AcqRel ordering is used here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working high priority
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants