-
-
Notifications
You must be signed in to change notification settings - Fork 406
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
Crash with rosetta in 0.6.0 (regression from 0.5.6) #855
Comments
Tested with (just upgraded) Colima 0.6.1 in the same conditions as above and nothing changed. |
This actually worked for me.
|
I'm on a M2 MacBook Pro With Ventura 13.6.2, all updates applied to both system and brew. Are you maybe on Sonoma ? I was reluctant to upgrade to Sonoma... |
@lejoko ideally you should specify the |
It's the same with the --platform linux/amd64. It only removes the warning, but it still crash with the same error. On what OS version did you test ? |
Sonoma 14.1 on an m1 mac mini. |
I ran into this on a different image (but could actually run mysql:5.7 fine) on 13.6. Seems like it was fixed by Apple in 14.1 |
Apparently it also works for me with Sonoma 14.1.1. That specific problem seem to exist only with Ventura. I'm currently testing other potentially problematic images. By the way, big thanks for Colima!! |
Someone on my team has also experienced this with an AMD64 MySQL container running on an ARM Mac and the vz/rosetta hypervisor. There's a similar report and some good insights from another project here: utmapp/UTM#5567. They also note that Sonoma 14.1 fix! Edit: I have also confirmed that my teammate is not on Sonoma. |
Ok. Everything related to Colima works for me with Sonoma 14.1.1 (I still have crashes with rosetta but they're not related to Colima) |
This comment indicates that the issue was fixed in UTM for a macOS 13.5.1 user by adding The relevant Apple documentation effectively says to use Colima doesn't use I'm curious what would happen if that were changed by adding the Things are already working in macOS 14, where the Apple docs suggest it should be added; things aren't working in macOS 13 where the Apple docs suggest it should not be added, but anecdotally, adding it does fix this issue. 🤷 |
I came across this issue today with colima 0.6.7 and Ventura 13.6.3, so is definitely not fixed. Does anyone know how to apply a workaround? |
Direct use of lima doesn't have this issue in Ventura. |
Description
Crash in Rosetta when running official mysql:5.7 image:
Version
Colima Version: 0.6.0
Lima Version: 0.18.0
Qemu Version: 8.1.2
Operating System
Output of
colima status
Reproduction Steps
docker run -it --rm mysql:5.7
Expected behaviour
A running mysql 5.7 container
Additional context
It used to work in Colima 0.5.6
The text was updated successfully, but these errors were encountered: