Re: BUG #3902: Segmentation faults using GSSAPI authentication - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #3902: Segmentation faults using GSSAPI authentication
Date
Msg-id 15467.1201480033@sss.pgh.pa.us
Whole thread Raw
In response to BUG #3902: Segmentation faults using GSSAPI authentication  ("Peter Koczan" <pjkoczan@gmail.com>)
List pgsql-bugs
"Peter Koczan" <pjkoczan@gmail.com> writes:
> Trying to connect via GSSAPI (with Kerberos 5 as the underlying mechanism)
> after the server has been under a very slight load results in an unusable
> but still running server.

I couldn't reproduce this at all on Fedora 8.  I speculate that you've
not told us enough about the configuration you're using.  Given that the
crash doesn't happen until after "connection authorized" is logged, it
seems likely that the problem is not purely GSSAPI's fault but is an
interaction with some other option that I happen not to be using.
Please show your configure options and all non-default postgresql.conf
settings.

> The client connection shows this:
> $ /s/postgresql-8.3-RC2/bin/psql -h mitchell -p 5434
> psql: server closed the connection unexpectedly

BTW, I couldn't get GSSAPI to work at all without a fully-specified -h
option; it kept trying to use the wrong Kerberos principal names.
I wonder whether that is related --- how did you persuade it to do the
above?  Special sauce in krb5.conf maybe?

            regards, tom lane

pgsql-bugs by date:

Previous
From: "David Wheeler"
Date:
Subject: BUG #3905: configure cannot find ossp UUID libs and/or includes
Next
From: Tom Lane
Date:
Subject: Re: BUG #3905: configure cannot find ossp UUID libs and/or includes