Skip to content
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

qemu: uncaught target signal 6 (Aborted) - core dumped #17

Open
taco-chen opened this issue Aug 23, 2022 · 2 comments
Open

qemu: uncaught target signal 6 (Aborted) - core dumped #17

taco-chen opened this issue Aug 23, 2022 · 2 comments

Comments

@taco-chen
Copy link

taco-chen commented Aug 23, 2022

Try to use 3.1.2-jemalloc as docker base, but it seems been hanged on the bundle install with message qemu: uncaught target signal 6 (Aborted) - core dumped I'm not sure if I miss anything to build the image since I can build the image properly with ruby:3.1.2 base.

MacBook Pro (13-inch, M1, 2020)
Chip: Apple M1
Latest Version of Docker Desktop for Mac

ARG RUBY_VERSION=3.1.2-jemalloc
FROM quay.io/evl.ms/fullstaq-ruby:${RUBY_VERSION}-slim
 => CACHED [4/7] COPY Gemfile /backend/Gemfile                                                                          0.0s
 => CACHED [5/7] COPY Gemfile.lock /backend/Gemfile.lock                                                                0.0s
 => [6/7] RUN bundle install                                                                                          360.0s
 => => # Fetching gem metadata from https://rubygems.org/.SEGV received in SEGV handler
 => => # SEGV received in SEGV handler
 => => # SEGV received in SEGV handler
 => => # qemu: uncaught target signal 6 (Aborted) - core dumped
@Envek
Copy link
Member

Envek commented Aug 23, 2022

That seems to be pretty widespread issue in running some AMD64 Docker images on ARM64 Macs. See:

Not sure that I can do anything to fix it here.

For proper solution we need native ARM64 build of Fullstaq Ruby, but there is no one currently (see #11 and fullstaq-ruby/server-edition#38), so most probably you can't use it reliably on ARM Macs.

@taco-chen
Copy link
Author

@Envek thanks for your explanation. I'll try to build the image with another compatible devise and looking forward to native ARM64 build of Fullstaq Ruby.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants