-
-
Notifications
You must be signed in to change notification settings - Fork 297
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
Errors/crashes on apple silicon m2 #897
Comments
Are you using the Docker image or a native Mac build? Could you try to use |
Native
Frustratingly, I have since both rebooted and re-downloaded, and so far running through Last night, I did install rosetta, so I'm wondering if there was some piece of rosetta's install process that required a reboot and it just wasn't obvious. I'm going to close this issue, but it might be worth noting for apple silicon systems that you should have rosetta installed, even with the native darwin/arm64 release. |
Re-opening because it isn't expected. This is likely a bug in our CI pipeline. We recently migrated to the Apple Silicon boxes provided by GitHub. Previously we were using our own machines. Something is probably wrong in the migration. |
I have a project that has been in development for a bit, and I recently brought in mercure, and it had been working great (on v0.15.10). I upgraded from an intel mac to an apple silicon m2/arm64 machine. Prior to this, I didn't notice any problems.
After getting my new machine, I've seen these behaviours
Caddyfile.dev
had no effectctrl+c
to kill server left a zombie process, and attempting to start a new instance would throw an errorpkill mercure
to clean upmercure.db
file seemed to work whenpkill
did notI'm pretty stumped, to be honest. I'm relatively familiar with arm/arm64 from raspberry pi, but can't seemed to figure out what's going on here.
I didn't see any issues specific to the m2, so I'm not certain if you have anyone else on this platform, and I'm not certain how to get you more debug information (but I'm willing to tinker if you have ideas). I'm not familiar with go, but don't mind being a guinea pig.
My current plan is to go through a linux x86/64 VM for my local development (and production is running linux), but I'd like to run things manually if possible.
The text was updated successfully, but these errors were encountered: