You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue only occurs on Windows ARM! (Tested on macOS Sonoma and Ubuntu ARM)
After using cargo build command random dependencies throw STATUS_ACCESS_VIOLATION error. I'm 100% sure that dependencies I'm trying to build are valid because at every compile attempt different dependency fails e.g. toml_edit, crossbeam-channel, actix-router.
Sometimes none of imported dependencies fail and out of 5 attempts I was able to build project succesfully twice (I deleted target folder after each attempt).
Problem
Note
This issue only occurs on Windows ARM! (Tested on macOS Sonoma and Ubuntu ARM)
After using
cargo buildcommand random dependencies throwSTATUS_ACCESS_VIOLATIONerror. I'm 100% sure that dependencies I'm trying to build are valid because at every compile attempt different dependency fails e.g. toml_edit, crossbeam-channel, actix-router.Sometimes none of imported dependencies fail and out of 5 attempts I was able to build project succesfully twice (I deleted
targetfolder after each attempt).Example output:
Steps
cargo buildcommandPossible Solution(s)
Improve build scripts on Windows ARM?
Notes
Important
I'm running virtualized Windows 11 using Parallels 19
Host Machine: M2 Pro Macbook
Host OS: macOS Sonoma
Version