http://apt.postgresql.org/pub/repos/apt/ wheezy-pgdg main 9.5
I get a core dump accessing a local mysql database.
psql 2016-01-19 04:48:14 GMT LOG: statement: select * from crm_accounts;
2016-01-19 04:48:14 GMT LOG: server process (PID 30946) was terminated by signal 11: Segmentation fault
2016-01-19 04:48:14 GMT DETAIL: Failed process was running: select * from crm_accounts;
2016-01-19 04:48:14 GMT LOG: terminating any other active server processes
I'm in the process of getting a gdb backtrace from the core dump.
When I originally setup of the connection with create server iptables prevented the connection, but I fixed that up.
On a debian wheezy machine with pg9.5 from
I get a core dump accessing a local mysql database.
I'm in the process of getting a gdb backtrace from the core dump. When I originally setup of the connection with create server iptables prevented the connection, but I fixed that up.