-
-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
docker-compose: Abort trap: 6 #45687
Comments
Does this still happen if you run |
What’s the Crash Report in the Console app say? I was getting abort trap 6 with Salt (also runs Python) and the crash report indicated an issue with libcrypto. |
Encountered the same thing on Catalina using either |
This is connected to openssl. I fixed it by linking libssl.dylib & libcrypto.dylib to /usr/local/lib
More about it here: https://stackoverflow.com/a/58596931/639708 |
That didn't end up helping me unfortunately
|
Appears to be related to saltstack/salt#55084 and someone is attempting to fix it #45895 |
Does this still happen with 1.25, which is now available on Homebrew? |
Looks good for me |
yes indeed, same for me. before upgrading I removed the workaround (removed the symlinks in /usr/local), and starting seeing the abort again. then I upgraded to 1.25 and the abort is gone :) thnx! |
Please note we will close your issue without comment if you delete, do not read or do not fill out the issue checklist below and provide ALL the requested information. If you repeatedly fail to use the issue template, we will block you from ever submitting issues to Homebrew again.
brew install
(orupgrade
,reinstall
) a single, Homebrew/homebrew-core formula (not cask) on macOS? If it's a generalbrew
problem please file this issue at Homebrew/brew: https://github.com/Homebrew/brew/issues/new/choose. If it's a Linux problem please file this issue at https://github.com/Homebrew/linuxbrew-core/issues/new/choose. If it's abrew cask
problem please file this issue at https://github.com/Homebrew/homebrew-cask/issues/new/choose. If it's a tap (e.g. Homebrew/homebrew-php) problem please file this issue at the tap.brew update
and can still reproduce the problem?brew doctor
, fixed all issues and can still reproduce the problem?brew gist-logs <formula>
(where<formula>
is the name of the formula that failed) and included the output link?brew gist-logs
didn't work: ranbrew config
andbrew doctor
and included their output with your issue?To help us debug your issue please explain:
brew install
commands)In trying to get Docker engine and compose working I ran into a problem executing docker-compose:
Results of a verbose run:
/usr/local/Cellar/docker-compose/1.24.1_1/libexec/bin/python3.7 -v /usr/local/bin/docker-compose 2>&1 | tee debug.log
This is despite a successful installation:
The text was updated successfully, but these errors were encountered: