-
-
Notifications
You must be signed in to change notification settings - Fork 12.4k
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
Segmentation fault with curl-openssl #40812
Comments
From the issue template:
If you add the necessary information to this issue (don't create a new one, please) then this issue may be reopened. |
I have updated my post to match the requirements of the template. Any help would be appreciated, I'm still trying to figure out the issue. It works fine on my MacBook Pro but not on my desktop :( I run a tail on my zsh history and I run the latest almost 200 commands (since last working period of curl) on my MacBook Pro and is still working, but I haven't done anything other than that on my desktop except of running "brew cask upgrade --greedy" but I don't think that this is the source of the issue. Thanks! |
Could you try reinstalling php and curl-openssl? And, if you don't regularly do that, upgrade all packages. |
@SMillerDev I have already uninstalled php and curl-openssl, I also run I also tried with |
Reverting to 7.65.0 (this commit of @lembacon) solved the issue for me. I edited the formula locally and reinstalled curl-openssl. |
@mbence Thanks for the input! Could you please let me know can I revert to that version? I tried to run UpdateI run Thanks a lot! I hope it will be fixed on the next update and I'll have to pay attention to it when I run |
If the problem persists with |
@fxcoudert thanks for the info! I would report it but to be honest, I still don't know why I had this issue on my desktop but on my MacBook v7.65.1 works fine... :/ |
I believe they already fixed it: curl/curl#3995 |
Thanks… closing |
7.65.2 has just been released! |
I don't know if my issue is related to this, but I've fixed my segfaults by adding hostname to /etc/hosts:
|
@rkoblev was a problem with Curl in 7.65.1, now it's fixed in 7.65.2 |
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:
Today I found out that composer wasn't working, I quickly realised that it was a curl issue and while I trying to check why, I saw that while curl package is working fine, curl-openssl isn't.
I removed php, php-imap (from another tap), phplint and curl-openssl and re-installed php but curl-openssl is a dependency for php package, and now I'm kind of stuck since I'm not sure how to resolve the issue and why is it happening.
There are all my installed packages:
Any suggestion or hint is very welcome!
Thanks!
The text was updated successfully, but these errors were encountered: