Closed
Description
On Windows, some syscalls (e.g. WakeOnAddress
) are loaded from an .CRT$XCU
section, which doesn't get executed on Miri.
See rust-lang/rust#81478 (comment)
This means the standard library falls back to not using those, which is okay for now, but is a problem when implementing WakeOnAddress
, as that mechanism falls back to another dynamic dll import which will also not have been loaded in miri.