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
I can compile an aarch64 musl binary in a arm based Kali VM on a M1 Mac but it gets killed by the shell when I try to run it: zsh: killed ./target/aarch64-unknown-linux-musl/release/hayabusa
I don't think there is anything we can do about this until it gets fixed at the compiler level. Checking things with strace, Haybusa just tries to allocate infinite memory on launch and gets killed trying to use 100% of free memory. Even when doing something as simple as displaying the help menu.
I can compile an aarch64 musl binary in a arm based Kali VM on a M1 Mac but it gets killed by the shell when I try to run it:
zsh: killed ./target/aarch64-unknown-linux-musl/release/hayabusa
Here is how I am compiling
The text was updated successfully, but these errors were encountered: