-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Fix ARM32 floating point registers unwinding in PAL #57040
Comments
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label. |
Failed again in: runtime-coreclr jitstress 20210810.2 Failed test:
Error message:
|
@janvorli had some ideas on how to fix this, but wasn't able to put them together before he went on vacation. As he has dramatically more experience than others on the team in this area, I'd like to wait for him to address this problem. |
Is this a regression? |
No, this isn't a regression. |
While building issue #56522 with PR #56919 it was discovered that float registers are not properly being unwound on Linux Arm32 platforms. See PR #56919 for details on how to repro.
We should fix this before we ship 6.0 and if the fix is simple enough we may consider backport to 5.0.
The text was updated successfully, but these errors were encountered: