"Ryan Douglas" <rdoug...@arbinet.com> writes: > Whenever I use psql to remotely connect to the database the server crashes > (see log below). If I use psql with the '-W' option then it's fine.
What this looks like at first glance is a bug in the PAM module you're using, since Postgres really has no idea which PAM configuration is being invoked. Can you get a stack trace to narrow down where the sig11 is happening? (You will probably need to insert "ulimit -c unlimited" into the .bash_profile for Postgres to get the postmaster into a context where it will produce a core dump.) Also, is this your own build of Postgres, or if not whose? regards, tom lane -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs