Anti-critical-section assertion failure in mcxt.c reached by walsender

From: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Anti-critical-section assertion failure in mcxt.c reached by walsender
Date: 2021-05-06 10:35:30
Message-ID: CA+hUKGLhc0Nwnn9u60oYrx4MAUga+qEvj+4pBqPwrmPKDNtFmA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

While looking for something else, I noticed thorntail has failed twice
like this, on REL_12_STABLE:

TRAP: FailedAssertion("!(CritSectionCount == 0 ||
(context)->allowInCritSection)", File:
"/home/nm/farm/sparc64_deb10_gcc_64_ubsan/REL_12_STABLE/pgsql.build/../pgsql/src/backend/utils/mmgr/mcxt.c",
Line: 931)

In both cases, the last thing that process said was:

2021-05-05 20:25:51.650 MSK [3442631:6] 008_fsm_truncation.pl LOG:
received replication command: BASE_BACKUP LABEL 'pg_basebackup base
backup' FAST NOWAIT

Unfortunately there is no libbacktrace in that release, and for some
reason we don't see a core being analysed... (gdb not installed,
looking for wrong core file pattern, ...?)

https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=thorntail&dt=2021-05-05%2017%3A08%3A00
https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=thorntail&dt=2021-04-22%2016%3A59%3A01

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Masahiko Sawada 2021-05-06 10:42:14 Re: decoupling table and index vacuum
Previous Message Bruce Momjian 2021-05-06 10:28:21 Re: v14 mechanical code beautification patches