Re: pgsql: Add WL_EXIT_ON_PM_DEATH pseudo-event. - Mailing list pgsql-hackers

From Christoph Berg
Subject Re: pgsql: Add WL_EXIT_ON_PM_DEATH pseudo-event.
Date
Msg-id 20181124143845.GA15039@msg.df7cb.de
Whole thread Raw
Responses Re: pgsql: Add WL_EXIT_ON_PM_DEATH pseudo-event.  (Thomas Munro <thomas.munro@enterprisedb.com>)
List pgsql-hackers
Re: Thomas Munro 2018-11-23 <E1gQ6IU-0002sR-Fm@gemulon.postgresql.org>
> Add WL_EXIT_ON_PM_DEATH pseudo-event.

I think this broke something:

TRAP: FailedAssertion(»!(!IsUnderPostmaster || (wakeEvents & (1 << 5)) || (wakeEvents & (1 << 4)))«, Datei:
»/build/postgresql-12-JElZNq/postgresql-12-12~~devel~20181124.1158/build/../src/backend/storage/ipc/latch.c«,Zeile:
389)
2018-11-24 15:20:43.193 CET [17834] LOG:  Serverprozess (PID 18425) wurde von Signal 6 beendet: Aborted

I can trigger it just by opening an ssl connection, non-ssl tcp
connections are fine.

Debian unstable/amd64.

Christoph


pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: [HACKERS] Block level parallel vacuum
Next
From: Petr Jelinek
Date:
Subject: Re: Copy function for logical replication slots