-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[CP] Fix VM crash due to incorrect flowgraph float representation (JIT/debug configurations) #51147
Comments
@a-siva thoughts on this cherry-pick as it is a medium risk? |
lgtm |
@itsjustkevin and @a-siva Can we get this in please 🙏 It's impacting a lot of people |
Thanks for the cherry-pick @aam |
The cherry-pick still needs to be landed by the author |
@aam you are free to land the change as it has been approved! |
Yes, I pressed the button about 40 minutes ago, it runs through presubmit checks now |
Not sure why this is still open. Is this merged so it will land in Flutter 3.7.2? |
It is merged, but the stable releases haven't been built and published yet. |
Commit(s) to merge
ff2d661
Target
stable
Prepared changelist for beta/stable
https://dart-review.googlesource.com/c/sdk/+/279917
Issue Description
Mixed use of double and float calculation could cause to VM crash in debug/jit configuration.
What is the fix
The fix ensures correct (float) representation for phi-instructions, fixing the crash.
Why cherry-pick
Flutter and dart users are affected by the crash
Risk
medium
Issue link(s)
flutter/flutter#118559, #50622
Extra Info
No response
The text was updated successfully, but these errors were encountered: