You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
I started bobd with default configs and received following panic:
As I found in this issue comment this happens if you use AcqRel ordering in just store | load operations.
AcqRel ordering is used here
The text was updated successfully, but these errors were encountered: