swift repl
crashes immediately on Windows ARM64
#79981
Labels
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
crash
Bug: A crash, i.e., an abnormal termination of software
triage needed
This issue needs more specific labels
Windows
Platform: Windows
Description
Running the repl will crash immediately on Windows ARM64 with the x86_64 toolchain.
The exit code is -1073741701 (0xC000007B aka STATUS_INVALID_IMAGE_FORMAT), which is emitted when the program tries to load a dll with the wrong architecture.
This does not occur with Windows x86_64. I haven't tested what happens with the arm64 toolchain.
Reproduction
Stack dump
Expected behavior
Expected the repl to work correctly, as on Windows x86_64 and on other platforms.
Environment
Swift version 6.1-dev (LLVM a04e1218b22ff47, Swift fc66ec8)
Target: x86_64-unknown-windows-msvc
Additional information
No response
The text was updated successfully, but these errors were encountered: