Re: Segmentation Fault Issue in PostgreSQL 13.4

From: Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>
To: Veerendra Pulapa <veerendra(dot)pulapa(at)ashnik(dot)com>, pgsql-admin <pgsql-admin(at)postgresql(dot)org>, "pgsql-admin(at)lists(dot)postgresql(dot)org" <pgsql-admin(at)lists(dot)postgresql(dot)org>
Subject: Re: Segmentation Fault Issue in PostgreSQL 13.4
Date: 2024-06-24 08:13:37
Message-ID: 3479cbf8e2348f94f04e2dd9039d0642fce6b67f.camel@cybertec.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Sat, 2024-06-22 at 07:04 +0000, Veerendra Pulapa wrote:
> I’m encountering a segmentation fault issue in PostgreSQL 13.4 when executing a specific
> function (cause_segfault()). The server process terminates with a signal 11 (Segmentation fault),
> but the database service continues running without a full shutdown.

It will undergo crash recovery and come back up.
If you don't want that behaviour, set "restart_after_crash" to "off".

Yours,
Laurenz Albe

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Siraj G 2024-06-24 09:28:14 Re: Logical replication troubleshooting
Previous Message Laurenz Albe 2024-06-24 08:10:53 Re: Logical replication troubleshooting