-
-
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
psql causing segfaults #135170
Comments
brew uninstall postgresql@14 |
What is the difference? Why does one work and not the other? Note that
the segfault doesn’t occur 100% reliably but it is more often than not.
…On Tue, Jun 27, 2023 at 9:25 PM 李铭昕 ***@***.***> wrote:
wget
https://raw.githubusercontent.com/Homebrew/homebrew-core/a83c6484fcc2fc2addabbca089ed31bd7ac7b5ae/Formula/postgresql%4014.rb
brew uninstall ***@***.***
brew install ***@***.***
—
Reply to this email directly, view it on GitHub
<#135170 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABKITHSPIXWBZA7AFUEYVTXNOBYXANCNFSM6AAAAAAZWCCO3M>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I've been unable to reproduce so far, though I am running x86_64 and am only trying the most basic of setups (default configuration with
A backtrace ( |
Do we need GSSAPI authentication to reproduce? Looks like failure is happening interacting with EDIT: Anyway, I also can't reproduce on ARM Ventura using default database so additional details like the backtrace will be essential to figuring out what is wrong. |
Seems related to an update on |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
brew gist-logs <formula>
link ORbrew config
ANDbrew doctor
outputVerification
brew doctor
output" saysYour system is ready to brew.
and am still able to reproduce my issue.brew update
and am still able to reproduce my issue.brew doctor
and that did not fix my problem.What were you trying to do (and why)?
Run
psql
to connect to a local postgres database (or remote).What happened (include all command output)?
Get segfault.
What did you expect to happen?
To be able to connect to the console.
Step-by-step reproduction instructions (by running
brew
commands)The text was updated successfully, but these errors were encountered: