rust/tests/fail/concurrency/windows_join_main.stderr

14 lines
609 B
Plaintext
Raw Normal View History

2022-07-15 03:40:06 -05:00
error: deadlock: the evaluated program deadlocked
--> $DIR/windows_join_main.rs:LL:CC
|
2022-07-16 02:36:11 -05:00
LL | assert_eq!(WaitForSingleObject(MAIN_THREAD, INFINITE), 0);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the evaluated program deadlocked
2022-07-15 03:40:06 -05:00
|
2022-07-16 02:36:11 -05:00
= note: inside closure at RUSTLIB/core/src/macros/mod.rs:LL:CC
= note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
2022-07-15 03:40:06 -05:00
note: some details are omitted, run with `MIRIFLAGS=-Zmiri-backtrace=full` for a verbose backtrace
error: aborting due to previous error