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

Getting qemu: uncaught target signal 11 (Segmentation fault) - core dumped Segmentation fault #43

Open
ruchit6370 opened this issue May 7, 2021 · 8 comments

Comments

@ruchit6370
Copy link

I try to run docker-hive using following commands, but I'm not able to start hive server, and getting some segmentation fault error.

$ docker-compose up -d
Docker Compose is now in the Docker CLI, try `docker compose up`

Recreating docker-hive_datanode_1                  ... done
Recreating docker-hive_hive-server_1               ... done
Recreating docker-hive_namenode_1                  ... done
Recreating docker-hive_hive-metastore-postgresql_1 ... done
Recreating docker-hive_presto-coordinator_1        ... done
Recreating docker-hive_hive-metastore_1            ... done
$ docker-compose exec hive-server bash
root@2c02ebc72a4d:/opt# /opt/hive/bin/beeline -u jdbc:hive2://localhost:10000
qemu: uncaught target signal 11 (Segmentation fault) - core dumped
Segmentation fault

I see many people have faced similar issue. In this comment, it is suggested to supply arm64 or multi-arch image. Is this done, or possible to do in future? I'm facing this issue on Mac M1.

@Durgajo
Copy link

Durgajo commented Jun 10, 2021

Facing the same issue on Mac M1

@NanoBjorn
Copy link

same here

@pablos87
Copy link

Facing the same issue on Mac M1

1 similar comment
@toby1991
Copy link

Facing the same issue on Mac M1

@rinat-akhmetov
Copy link

so am I.
Step to reproduce
docker run --platform linux/amd64 --rm -p8000:8000 -p8001:8001 -p8002:8002 nvcr.io/nvidia/tritonserver:21.08-py3 tritonserver --model-repository=/models

@Melvandito
Copy link

Melvandito commented Sep 15, 2021

facing the same issue

status: PENDING ASSETS ii: Waiting SIGSEGV: segmentation violation PC=0x0 m=7 sigcode=0 qemu: uncaught target signal 11 (Segmentation fault) - core dumpe

@michaeljwiebe
Copy link

michaeljwiebe commented Jan 11, 2022

same issue, mac M1. adding platform: "linux/x86_64" to one of the images in my docker-compose.yml file seems to have fixed this

@kelsi-kw
Copy link

Same issue.
qemu: uncaught target signal 11 (Segmentation fault) - core dumpe

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

9 participants