-
Notifications
You must be signed in to change notification settings - Fork 155
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
Provider v6.42.0+ crashing on Apple Silicon when running with Rosetta2 #4190
Comments
I tried reproducing it, but wasn't able to trigger that same error on my Mac so far. Digging deeper what change in |
More users came back to us on the community slack that they accidentally installed pulumi in x86_64 mode on Apple Silicon Macs. If you're running into this issue, please check whether the installed Pulumi binary has the correct architecture ( |
I just managed to reproduce it by upgrading to Mac OS 14.5. I was able to get an Please switch to an |
Closing as "by design"; not a perfect label, since there is technically an upstream bug in go on rossetta2 in OSX 14.5m, but we do intentionally provide binaries for apple silicon so that rosetta2 support is not necessary. |
Could not get the x86 pulumi to work in rosetta. Downloaded the arm binaries, moved them to EDIT 1: actually nvm, the issue still persists even with the arm architecture. |
@eff-kay (and future readers) I ran into this as well
You need to delete the ~/.pulumi/plugins folder and run |
Describe what happened
Multiple user reports in the Community Slack mention crashes of the AWS provider versions v.6.42.0+ on Apple Silicon.
This is the error users are getting:
CodeFragmentMetadata.cpp
seems to be part of Rosetta2, Apple's binary translator for running x86 binaries on Apple Silicon:But the output of
pulumi about
indicates that affected users are running thearm64
version of pulumi.As a workaround users can downgrade to the AWS provider version
v.6.41.0
which is reported to be unaffected by this issue.Sample program
n/a
Log output
n/a
Affected Resource(s)
No response
Output of
pulumi about
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: