Re: LDAP authenticated session terminated by signal 11: Segmentationfault, PostgresSQL server terminates other active server processes - Mailing list pgsql-general
From
Mike Yeap
Subject
Re: LDAP authenticated session terminated by signal 11: Segmentationfault, PostgresSQL server terminates other active server processes
(*): Shared library is missing debugging information.
Regards,
Mike Yeap
On Thu, Mar 14, 2019 at 1:42 PM Noah Misch <noah@leadboat.com> wrote:
On Thu, Mar 14, 2019 at 05:18:49PM +1300, Thomas Munro wrote: > On Thu, Mar 7, 2019 at 4:19 PM Noah Misch <noah@leadboat.com> wrote: > > Has anyone else reproduced this? > > I tried, but could not reproduce this problem on "CentOS Linux release > 7.6.1810 (Core)" using OpenLDAP "2.4.44-21.el7_6" (same as Mike > reported, what yum install is currently serving up).
> When exiting the session, I was expecting the backend to crash, > because it had executed libldap.so code during authentication, and > then it had linked in libldap_r.so via libpq.so while connecting via > postgres_fdw. But it doesn't crash. I wonder what is different for > Mike; am I missing something, or is there non-determinism here?
The test is deterministic. I'm guessing Mike's system is finding ldap libraries other than the usual system ones. Mike, would you check as follows?