rust/tests/fail/sync/libc_pthread_mutex_normal_deadlock.stderr
2022-06-01 10:53:38 -04:00

13 lines
486 B
Plaintext

error: deadlock: the evaluated program deadlocked
--> $DIR/libc_pthread_mutex_normal_deadlock.rs:LL:CC
|
LL | libc::pthread_mutex_lock(&mut mutex as *mut _);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the evaluated program deadlocked
|
= note: inside `main` at $DIR/libc_pthread_mutex_normal_deadlock.rs:LL:CC
note: some details are omitted, run with `MIRIFLAGS=-Zmiri-backtrace=full` for a verbose backtrace
error: aborting due to previous error