-
Notifications
You must be signed in to change notification settings - Fork 1.7k
[CP] [Stable] Cherry pick request for 09da512b67d24d542468a61c28fc5ef2a53ae75b #54215
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
Comments
//cc @rmacnak-google |
//cc @itsjustkevin @athomas can we get approval for this cherry pick request, some Flutter users are also running into it, please see flutter/flutter#138693 |
approving change as it fairly low risk. |
Released in 3.2.3. @a-siva should we also CP this to beta? If yes, please add a CL for beta, if no, just close this issue. |
Looks like the change missed the latest beta branch point which was 3.3.0-174.0.dev and so it would have to be cherry picked into the beta branch too. I will add a CL for beta today and update the issue accordingly. |
I have created https://dart-review.googlesource.com/c/sdk/+/340286 for the cherry pick into the beta branch |
- Fixes new AOT snapshots in the SDK failing with SIGILL in ARM environments that don't support the integer division instructions. - Likewise fixes snapshot generated by `dart compile exe`. TEST=local QEMU Bug: #54198 Cherry-pick: https://dart-review.googlesource.com/c/sdk/+/339104 Cherry-pick-request: #54215 Change-Id: I6acf65d6064c8aeebc9957e7e13720406f315fef Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/340286 Commit-Queue: Alexander Thomas <[email protected]> Reviewed-by: Alexander Thomas <[email protected]> Reviewed-by: Ryan Macnak <[email protected]>
Commit(s) to merge
09da512
Target
stable
Prepared changelist for beta/stable
https://dart-review.googlesource.com/c/sdk/+/339345
Issue Description
new AOT snapshots in the SDK fail with SIGILL in ARM environments that don't support the integer division instructions
What is the fix
Consistently apply --target_unknown_cpu to AOT compilation
Why cherry-pick
We have some users that are observing a crash when running
gen_snapshot
Risk
low
Issue link(s)
#54198
Extra Info
No response
The text was updated successfully, but these errors were encountered: