Re: pg_dump throwing segfault error during backup

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Cassandra Thrift <cssndrthrift(at)gmail(dot)com>
Cc: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: pg_dump throwing segfault error during backup
Date: 2024-10-08 14:05:08
Message-ID: 1913012.1728396308@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Cassandra Thrift <cssndrthrift(at)gmail(dot)com> writes:
> We are facing a segfault issue while initiating backup with pg_dump.
> This is for Postgresql community version 12.5 and rhel 7.4 (PostgreSQL 12.5
> on x86_64-pc-linux-gnu, compiled by gcc (GCC) 4.8.5 20150623 (Red Hat
> 4.8.5-39), 64-bit)

The current release of PG12 is 12.20, so you are missing fifteen minor
releases' worth of bug fixes, one of which might well have addressed
your problem. You should update to 12.20 before spending any further
effort on investigation.

Also ... PG12 will be out of support altogether after next month's
12.21 release. And I'm astonished that Red Hat would provide any
support whatsoever for RHEL7.4, which is about seven years obsolete
as well. You really need to make plans to migrate onto supported
versions sooner not later.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message PG Bug reporting form 2024-10-08 19:11:52 BUG #18647: INSERT statements execute functions twice.
Previous Message Maxim Boguk 2024-10-08 13:08:54 Re: BUG #18644: ALTER PUBLICATION ... SET (publish_via_partition_root) wrong/undocumented behavior.