]> git.lizzy.rs Git - rust.git/blob - tests/fail/sync/libc_pthread_rwlock_write_write_deadlock.stderr
86c67925fb93525fd79146f4ed543f0aef1a72bc
[rust.git] / tests / fail / sync / libc_pthread_rwlock_write_write_deadlock.stderr
1 warning: thread support is experimental: the scheduler is not preemptive, and can get stuck in spin loops.
2          (see https://github.com/rust-lang/miri/issues/1388)
3
4 error: deadlock: the evaluated program deadlocked
5   --> $DIR/libc_pthread_rwlock_write_write_deadlock.rs:LL:CC
6    |
7 LL |             assert_eq!(libc::pthread_rwlock_wrlock(lock_copy.0.get() as *mut _), 0);
8    |                                                                               ^ the evaluated program deadlocked
9    |
10    = note: inside closure at $DIR/libc_pthread_rwlock_write_write_deadlock.rs:LL:CC
11
12 note: some details are omitted, run with `MIRIFLAGS=-Zmiri-backtrace=full` for a verbose backtrace
13
14 error: aborting due to previous error; 1 warning emitted
15