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

[ERROR] Segmentation fault (core dumped) #3

Closed
enggarranu opened this issue Dec 26, 2018 · 1 comment
Closed

[ERROR] Segmentation fault (core dumped) #3

enggarranu opened this issue Dec 26, 2018 · 1 comment
Assignees

Comments

@enggarranu
Copy link

enggarranu commented Dec 26, 2018

root@proxyserver-VirtualBox:~# pgrouter -v -C /etc/pgrouter.conf
Segmentation fault (core dumped)
root@proxyserver-VirtualBox:~# pgrouter -v -C /etc/pgrouter.conf 
Segmentation fault (core dumped)
# pgrouter.conf
listen *:5433
authdb /etc/pgrouter/authdb
log INFO

# health checking configuration
health {
  timeout  3s
  check    7s
  database postgres
  username pgrouter
  password sekrit
}

# backend configuration
backend 172.31.7.42:5432 { }
#backend 10.244.232.5:6432 { }
~                               

root@proxyserver-VirtualBox:~# vi /etc/pgrouter/authdb

# secret is 'password'
user md5 4d45974e13472b5a0be3533de4666414
hedgehog md5 85986efa9ce8b50e89ae180a5c2200fd
@jhunt
Copy link
Owner

jhunt commented Jan 18, 2019

Is this an environment you can run something like valgrind against?

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

2 participants