Skip to content

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

@taco-chen

Description

@taco-chen

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions