From: | Cassandra Thrift <cssndrthrift(at)gmail(dot)com> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | pg_dump throwing segfault error during backup |
Date: | 2024-10-08 05:42:35 |
Message-ID: | CA+dsfFT-vC-0ZBf-SECQsXhhcHnkv-AF-rDEb=C7f8XudsZm4g@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hello Team,
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 below error is showing :
from /var/log/message
[root(at)USMS-PV-CRMDB2 log]# grep 'segfault' messages*
messages:Sep 24 00:15:56 USMS-PV-CRMDB2 kernel: postgres[1535]: segfault at
23c0000 ip 00007f272c91f61d sp 00007ffe22636718 error 6 in libc-2.17.so
[7f272c7d3000+1b8000]
messages:Sep 25 00:14:59 USMS-PV-CRMDB2 kernel: postgres[4245]: segfault at
23c0000 ip 00007f272c91f61d sp 00007ffe22636718 error 6 in libc-2.17.so
[7f272c7d3000+1b8000]
messages-20240923:Sep 21 00:07:13 USMS-PV-CRMDB2 kernel: postgres[14743]:
segfault at 23c0000 ip 00007f272c91f622 sp 00007ffe22636718 error 6 in
libc-2.17.so[7f272c7d3000+1b8000]
messages-20240923:Sep 22 00:06:53 USMS-PV-CRMDB2 kernel: postgres[392]:
segfault at 23c0000 ip 00007f272c91f61d sp 00007ffe22636718 error 6 in
libc-2.17.so[7f272c7d3000+1b8000]
messages-20240923:Sep 23 00:16:07 USMS-PV-CRMDB2 kernel: postgres[28843]:
segfault at 23c0000 ip 00007f272c91f622 sp 00007ffe22636718 error 6 in
libc-2.17.so[7f272c7d3000+1b8000]
From db log :
2024-09-26 00:47:05.312 +08 [9908] HINT: In a moment you should be able to
reconnect to the database and repeat your command.
2024-09-26 00:47:05.306 +08 [10870] WARNING: terminating connection
because of crash of another server process
2024-09-26 00:47:05.306 +08 [10870] DETAIL: The postmaster has commanded
this server process to roll back the current transaction and exit, because
another server process exited abnormally and possibly corrupted shared
memory.
We fond the timing which shows database backup is getting invoked at the
time. So we had to stop backup (pg_backup)
we are manually taking table data currently.
Core dump also generated however RedHat refused to analyze this saying it
is third party product.
Kindly let us know if this is a bug for the version as it is too old and if
the core dump can be analyzed somehow as it is in binary.
Regards
Somraj Chakrabarty
From | Date | Subject | |
---|---|---|---|
Next Message | Devrim Gündüz | 2024-10-08 07:44:52 | Re: libpq5 error |
Previous Message | me+postgres | 2024-10-08 03:41:00 | Re: Load balancing of write queries among health-checked nodes |