-
Notifications
You must be signed in to change notification settings - Fork 140
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
flutter:stable issue si_signo=Segmentation fault(11), si_code=1, si_addr=0x10 #223
Comments
@shaynekellyii is it possible you generated the image on an arm64 macOS? The above error would be consistent with my own experience with cross-platform docker image creation... This issue seems to go as far back as sometime after v2.10.4 |
Hmm, not sure how as I don't have an arm64 machine. @hotdang-ca |
I'm running into the same issue as well.
And I get the same output
I'm using an M1 mac if that factors into the conversation. It was raised in a previous point. |
The machine it's built on may indeed be an issue. Just ran the same dockerfile on my linux machine with no issue. |
Your Docker version is probably too old. Hopefully it helps Docker-default-seccomp (Version 2.10.10): https://github.com/moby/moby/blob/v20.10.10/profiles/seccomp/default.json |
Upgrade docker to latest version and error gone, thanks @luvetter |
I'm afraid not fixed for me
I've since moved on and just made my own docker image of flutter but I'll still test out new things you might want me to try. |
Do you use a mac with Apple M1? |
I do have an M1 yes :| I'll look into your links thanks. Fingers crossed. |
@shmink did you mention that you created your own image to get it working with M1 machine? I am pretty new to the this architecture issue, I am wondering what was the base image you were using? I really need to get flutter install on a docker image. |
You can view it here if you'd like https://github.com/shmink/flutter-docker Also available on dockerhub so |
Steps to reproduce in gitlab environment (gitlab-ci.yml):
Grab image, execute basic script:
Error emerging on different multiple runners:
Help appreciated.
The text was updated successfully, but these errors were encountered: