BUG #18779: Segmentation fault while trying to connect via psql

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: dan-eli(at)mail(dot)ru
Subject: BUG #18779: Segmentation fault while trying to connect via psql
Date: 2025-01-17 11:36:06
Message-ID: 18779-d1a17a5a7680f5ca@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 18779
Logged by: Daniel Elishakov
Email address: dan-eli(at)mail(dot)ru
PostgreSQL version: 16.6
Operating system: Debian GNU/Linux 12 (bookworm)
Description:

This bug takes place in Debian-based operating systems. To replicate this
bug please do following:
1) Install and initialize PostgreSQL dbms
2) Switch user to root (sudo -i)
3) Switch user to postgres
4) run command psql -U postgres -h localhost (may run multiple times to see
the bug)

Looks like this bug occurs because root user has ENV variable KRB5CCNAME,
while postgres does not. Please try to check it in other PostgreSQL versions
and other Debian linuxes.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Andrew Dunstan 2025-01-18 14:37:07 Re: pg_rewind fails on Windows where tablespaces are used
Previous Message Tom Lane 2025-01-16 23:35:34 Re: BUG #18778: Query planning fails in ExecInitExprRec with unrecognized node type