-
Notifications
You must be signed in to change notification settings - Fork 9
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
[ERROR] Segmentation fault (core dumped) #5
Comments
Is this an environment you can run something like valgrind against? |
No, I'm running it in the docker container. |
Can you share more details about the Dockerized postgres setup? I'd like to be able to reproduce this locally. |
I was able to repro this by using a configuration that didn't explicitly define the user to run as. Is that true about your config, @jay009id ? |
Correct, I don't add authdb in the config. I don't know how to generate auth file such as password.sample. Can you guide me how to do it? |
Halo, I got the same error as #3. What is the authdb telling about? How to generate that file? How to set the IP (host) for write and the other is for select query?
The text was updated successfully, but these errors were encountered: