Re: terminated by signal 11: Segmentation fault

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Gerrit Fouche <gerrit(dot)fouche(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: terminated by signal 11: Segmentation fault
Date: 2019-11-13 18:57:33
Message-ID: 8991.1573671453@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Gerrit Fouche <gerrit(dot)fouche(at)gmail(dot)com> writes:
> This is the second time I get this error since Postgresql 12 was officially
> released. My version:
> PostgreSQL 12.0 (Ubuntu 12.0-2.pgdg18.04+1) on x86_64-pc-linux-gnu,
> compiled by gcc (Ubuntu 7.4.0-1ubuntu1~18.04.1) 7.4.0, 64-bit

Given that this failed in an UPDATE, I suspect it's a known problem:
if you have a BEFORE UPDATE row-level trigger, and a concurrent update
on the same row happens, 12.0 can dump core due to a slot memory
management mistake. There's a fix in 12.1, due out tomorrow.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2019-11-13 19:16:30 Re: Last autovacuum time - what is it?
Previous Message Durumdara 2019-11-13 17:57:36 Last autovacuum time - what is it?