When trying to run mirrord exec with some binaries, at first mirrord starts normally, loads into the binary, and hooks everything, but is then killed with:zsh: illegal hardware instruction and the program exits with error code 132.
Retraced this back to the commit updating frida (which was the main suspect with that error message, maybe together with SIP). Doesn't happen before that, starts on that commit.
Bug Description
When trying to run mirrord exec with some binaries, at first mirrord starts normally, loads into the binary, and hooks everything, but is then killed with:
zsh: illegal hardware instruction
and the program exits with error code 132.Steps to Reproduce
scripts/build_fat_mac.sh
target/universal-apple-darwin/debug/mirrord exec --target deployment/py-serv-deployment node
Backtrace
No response
Relevant Logs
Your operating system and version
macOS 13.3
Local process
/opt/homebrew/bin/node: Mach-O 64-bit executable arm64
Local process version
v19.8.1
Additional Info
Also reproduces with python.
Retraced this back to the commit updating frida (which was the main suspect with that error message, maybe together with SIP). Doesn't happen before that, starts on that commit.