EnterpriseDB / mysql_fdw

PostgreSQL foreign data wrapper for MySQL
Other
535 stars 162 forks source link

core dump with pg9.5 and head of code #87

Closed mcr closed 8 years ago

mcr commented 8 years ago

On a debian wheezy machine with pg9.5 from

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.

mcr commented 8 years ago

While trying to get the debug symbols installed I discovered the test server had 9.5 alpha on it. An upgrade to the release solved the problems.