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
error: Undefined Behavior: Race condition detected between (1) 2-byte atomic store on thread `unnamed-ID` and (2) 1-byte atomic store on thread `unnamed-ID` at ALLOC. (2) just happened here
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Race condition detected between (1) 2-byte atomic store on thread `unnamed-ID` and (2) 1-byte atomic store on thread `unnamed-ID` at ALLOC. (2) just happened here
= help: overlapping unsynchronized atomic accesses must use the same access size
13
+
= help: see https://doc.rust-lang.org/nightly/std/sync/atomic/index.html#memory-model-for-atomic-accesses for more information about the Rust memory model
14
+
= help: this indicates a bug in the program: it performed an invalid operation, and caused Undefined Behavior
15
+
= help: see https://doc.rust-lang.org/nightly/reference/behavior-considered-undefined.html for further information
16
+
= note: BACKTRACE (of the first span) on thread `unnamed-ID`:
17
+
= note: inside closure at tests/fail/data_race/mixed_size_write_write.rs:LL:CC
18
+
19
+
note: some details are omitted, run with `MIRIFLAGS=-Zmiri-backtrace=full` for a verbose backtrace
error: Undefined Behavior: Race condition detected between (1) 2-byte atomic store on thread `unnamed-ID` and (2) 1-byte atomic store on thread `unnamed-ID` at ALLOC+0x1. (2) just happened here
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Race condition detected between (1) 2-byte atomic store on thread `unnamed-ID` and (2) 1-byte atomic store on thread `unnamed-ID` at ALLOC+0x1. (2) just happened here
= help: overlapping unsynchronized atomic accesses must use the same access size
13
+
= help: see https://doc.rust-lang.org/nightly/std/sync/atomic/index.html#memory-model-for-atomic-accesses for more information about the Rust memory model
14
+
= help: this indicates a bug in the program: it performed an invalid operation, and caused Undefined Behavior
15
+
= help: see https://doc.rust-lang.org/nightly/reference/behavior-considered-undefined.html for further information
16
+
= note: BACKTRACE (of the first span) on thread `unnamed-ID`:
17
+
= note: inside closure at tests/fail/data_race/mixed_size_write_write.rs:LL:CC
18
+
19
+
note: some details are omitted, run with `MIRIFLAGS=-Zmiri-backtrace=full` for a verbose backtrace
0 commit comments