Re: BUG #18315: Segmentation fault on connection (repmgr, psql)

From: Ivan Kalafatić <ikalafat(at)gmail(dot)com>
To: ikalafat(at)gmail(dot)com, pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #18315: Segmentation fault on connection (repmgr, psql)
Date: 2024-01-30 20:22:12
Message-ID: CAFqVnLaF2qrtVP+Hy4e3zSFRHLK9c3O2Rj5eqaPi2-KQjbXMhA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Additional info: in the meantime, I've tried adding require_auth=none
and gssencmode=disable connection string parameters (separately, not
together at once) for the repmgr/client connections that are "trusted"
through pg_hba.conf, but the problem persisted.

On Tue, 30 Jan 2024 at 16:17, PG Bug reporting form <noreply(at)postgresql(dot)org>
wrote:

> The following bug has been logged on the website:
>
> Bug reference: 18315
> Logged by: Ivan Kalafatić
> Email address: ikalafat(at)gmail(dot)com
> PostgreSQL version: 16.1
> Operating system: Debian 12
> Description:
>
> Hi,
>
> I am intermittently getting following errors (taken from var/log/syslog),
> on
> pg_basebackup, repmgrd and psql (so far)
>
>
> repmgr[1147164] general protection fault ip:7fb9950981b5 sp:7ffecf4418f8
> error:0 in libkrb5.so.3.3[7fb99506a000+5f000]
> also this:
>
> pg_basebackup[4191295] general protection fault ip:7f344e9771b5
> sp:7ffe8c625c28 error:0 in libkrb5.so.3.3[7f344e949000+5f000]
>
> and this
>
> psql[4045720] general protection fault ip:7f89130931b5 sp:7fffd40a0268
> error:0 in libkrb5.so.3.3[7f8913065000+5f000]
>
> Looks like that the error is related to GSSAPI/kerberos auth? I have tried
> replacing "host" type within pg_hba.conf to "hostnogssenc", but problem
> persists.
>
> Running Debian 12 with all updates, repmgr, timescaledb extensions (fresh
> install). PostgreSQL 16.1 (Debian 16.1-1.pgdg120+1)
> Looks like the server itself is not affected (isn't crashing etc).
>
> Is there anything that I could do to disable GSSAPI/kerberos and/or
> circumvent this issue? Also, how can I provide more info for this issue to
> be resolved.
>
> Thanks.
>
>

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message PG Bug reporting form 2024-01-31 02:29:59 BUG #18316: The descriptions of the objoid and classoid fields in the pg_description section, include: 12,14,16
Previous Message Noah Misch 2024-01-30 19:50:03 STRATEGY=WAL_LOG missing checkpoint interlocks and sync