about summary refs log tree commit diff
path: root/src/tools/miri/tests/fail-dep/libc/fcntl_fsetfl_while_blocking.stderr
blob: 41cfe78540aa3b71000bcb4b87b4e2724d719072 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
error: the evaluated program deadlocked
   |
   = note: this thread got stuck here
   = note: (no span available)
   = note: BACKTRACE on thread `unnamed-ID`:

error: the evaluated program deadlocked
  --> tests/fail-dep/libc/fcntl_fsetfl_while_blocking.rs:LL:CC
   |
LL |     let _res = unsafe { libc::read(fds[0], buf.as_mut_ptr().cast(), buf.len() as libc::size_t) };
   |                                                                                              ^ this thread got stuck here
   |
   = note: BACKTRACE:
   = note: inside `main` at tests/fail-dep/libc/fcntl_fsetfl_while_blocking.rs:LL:CC

note: some details are omitted, run with `MIRIFLAGS=-Zmiri-backtrace=full` for a verbose backtrace

error: aborting due to 2 previous errors