Re: Postgresql15 crash with :FATAL: could not open shared memory segment "/PostgreSQL.0000000": No such file or directory

From: "Euler Taveira" <euler(at)eulerto(dot)com>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: Postgresql15 crash with :FATAL: could not open shared memory segment "/PostgreSQL.0000000": No such file or directory
Date: 2023-08-21 15:23:55
Message-ID: 4e64ce95-9186-4003-a980-ebeae2f49aad@app.fastmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Thu, Aug 17, 2023, at 5:27 PM, Emile Amewoto (ZA) wrote:
>
> Postgres version 15 randomly crash with the following error : FATAL: could not open shared memory segment "/PostgreSQL.2771626404": No such file or directory
>

You didn't provide enough information about your environment (operating system,
exact Postgres version, Postgres settings, etc).

I don't know if it is your exact problem but systemd contains a setting that
removes IPC during the logout. It means that if you are using the Postgres
service account (generally the 'postgres' user) to execute administrative tasks
and you log out while you're running a query (that requires dynamic shared
memory) then you get this error.

See 'man 5 logind.conf' for details. If you want to avoid it, disable RemoveIPC
in /etc/systemd/logind.conf. (IIRC only Debian/Ubuntu defaults to yes; RHEL
doesn't.)

If that's not your problem then you have to provide additional information as I
said before.

--
Euler Taveira
EDB https://www.enterprisedb.com/

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message David G. Johnston 2023-08-21 15:52:34 Re: PGRES_EMPTY_QUERY from Postgre 14.3
Previous Message Sanjay Patil 2023-08-21 14:59:35 PGRES_EMPTY_QUERY from Postgre 14.3