-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[arm64|Unix] segmentation fault when running any test #11025
Comments
/cc @dotnet/arm64-contrib |
/cc @BruceForstall this will block your work to get innerloop testing on arm64. |
Assigning myself for now, will investigate a little. |
I wonder if it could be caused by the change dotnet/coreclr#19344 in the transition frame layout. |
It seems it is the case. The SAVE_ARGUMENT_REGISTERS macro was not updated to reflect the fact that after the change dotnet/coreclr#19344, x8 is saved as the first register in the arguments registers block and not the last one: |
The Windows version of that macro is correct: |
Stack trace below.
The text was updated successfully, but these errors were encountered: