Ryan Douglas wrote: > The following bug has been logged online: > > Bug reference: 5121 > Logged by: Ryan Douglas > Email address: rdoug...@arbinet.com > PostgreSQL version: 8.4.1 > Operating system: Fedora 11 > Description: Segmentation Fault when using pam w/ krb5 > Details: > > 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. > > I also tested with pam_tacplus.so and in both cases the db didn't crash. It > just complained about not having credentials to authenticate when the -W > option is not used. > > I can reproduce at will so let me know if you need more information.
Can you get a stack trace with gdb? Something along the lines of: ulimit -c unlimited (start postmaster) (reproduce the crash) gdb /usr/bin/postgres $PGDATA/core bt -- Heikki Linnakangas EnterpriseDB http://www.enterprisedb.com -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs