Description
Roblox reported that their app crashes when run in Rosetta unless they set DOTNET_EnableWriteXorExecute=0
Reproduction Steps
docker run --platform linux/amd64 -it docker.artifactory.rbx.com/dotnet/sdk:8.0 /bin/bash
root@361134e3e399:/# dotnet new tool-manifest
Expected behavior
No crash
Actual behavior
Segmentation fault
Regression?
Unknown
Known Workarounds
set DOTNET_EnableWriteXorExecute=0
Configuration
No response
Other information
No response