Re: pgsql: Add WL_EXIT_ON_PM_DEATH pseudo-event.

From: Christoph Berg <myon(at)debian(dot)org>
To: Thomas Munro <tmunro(at)postgresql(dot)org>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pgsql: Add WL_EXIT_ON_PM_DEATH pseudo-event.
Date: 2018-11-24 14:38:45
Message-ID: 20181124143845.GA15039@msg.df7cb.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Re: Thomas Munro 2018-11-23 <E1gQ6IU-0002sR-Fm(at)gemulon(dot)postgresql(dot)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

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2018-11-24 17:46:25 pgsql: Fix float-to-integer coercions to handle edge cases correctly.
Previous Message Andrew Gierth 2018-11-24 08:53:34 pgsql: Avoid crashes in contrib/intarray gist__int_ops (bug #15518)

Browse pgsql-hackers by date

  From Date Subject
Next Message Petr Jelinek 2018-11-24 15:27:55 Re: Copy function for logical replication slots
Previous Message Michael Banck 2018-11-24 13:47:31 Re: could not connect to server, in order to operate pgAdmin/PostgreSQL