BUG #18475: pg_dump: "Error Segmentation fault"

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: philippe(dot)loustaunau(at)developpement-durable(dot)gouv(dot)fr
Subject: BUG #18475: pg_dump: "Error Segmentation fault"
Date: 2024-05-23 11:37:58
Message-ID: 18475-efdc58a8878ef387@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: 18475
Logged by: Philippe Loustaunau
Email address: philippe(dot)loustaunau(at)developpement-durable(dot)gouv(dot)fr
PostgreSQL version: 12.18
Operating system: Ubuntu 20.04.1
Description:

We have in our services several PostgreSQL servers from the Ubuntu 20.04.1
distribution (PostgreSQL 12.18 on Ubuntu 20.04.1)
We note that the backup actions of our databases including partitioned
tables cause a pg_dump error with the message "Segmentation error"
However, it has not yet been possible to reproduce it on a PostgreSQL 12
server under Windows. Servers running Ubuntu 18.04 with PostgreSQL 10 also
appear unaffected.
Backup command: pg_dump -U postgres -F c -C -c -w $base > ${target}. The
error persists when directory format is used instead of custom.
After tests, it turns out that excluding the partitioned table from the
backup eliminates the error.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Marcin Barczyński 2024-05-23 11:59:46 Re: BUG #18334: Segfault when running a query with parallel workers
Previous Message Heikki Linnakangas 2024-05-23 11:13:53 Re: issue: nbtpage.c,_bt_pagedel may get wrong result