blob: 8d4b049b7402e49f491a10624467ea6ea2dec2ba [file] [log] [blame]
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