about summary refs log tree commit diff
path: root/src/tools/miri/tests/fail-dep/concurrency/windows_thread_invalid.stderr
blob: 8d4b049b7402e49f491a10624467ea6ea2dec2ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
error: abnormal termination: invalid handle 1 passed to GetThreadId
  --> tests/fail-dep/concurrency/windows_thread_invalid.rs:LL:CC
   |
LL |     let _tid = unsafe { GetThreadId(std::ptr::dangling_mut()) };
   |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ abnormal termination occurred here
   |
   = note: BACKTRACE:
   = note: inside `main` at tests/fail-dep/concurrency/windows_thread_invalid.rs:LL:CC

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

error: aborting due to 1 previous error