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

Uncaught target signal 6 (Aborted) error on M1 Mac #1

Open
phpguru opened this issue Sep 23, 2023 · 1 comment
Open

Uncaught target signal 6 (Aborted) error on M1 Mac #1

phpguru opened this issue Sep 23, 2023 · 1 comment

Comments

@phpguru
Copy link

phpguru commented Sep 23, 2023

On Mac OS M1, just wanting to use the docker image directly.

docker pull maestroerror/heif-converter
...
Status: Downloaded newer image for maestroerror/heif-converter:latest
docker.io/maestroerror/heif-converter:latest

Then I put a couple of heic files in my input folder (~/Documents/heic), and make an output folder (~/Documents/jpeg).

~  $ docker run --rm -v /Users/phpguru/Documents/heic:/input -v /Users/phpguru/Documents/jpeg:/output maestroerror/heif-converter heic /input/IMG_5692.heic /output/IMG_5692.jpeg
double free or corruption (out)
qemu: uncaught target signal 6 (Aborted) - core dumped

Am I doing something wrong?

@phpguru
Copy link
Author

phpguru commented Sep 23, 2023

I can enter the container and use it like this

root@31669c971dbe:/app# heif-convert /input/IMG_5692.heic /output/IMG_5692.jpg
File contains 1 image
Written to /output/IMG_5692.jpg

but I was hoping to make use of it directly from docker run on Bash on the Mac side.

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

1 participant