Re: PostgreSQL 12 crash with segmentation violation - Mailing list pgsql-novice

From Tom Lane
Subject Re: PostgreSQL 12 crash with segmentation violation
Date
Msg-id 32521.1572877488@sss.pgh.pa.us
Whole thread Raw
In response to Re: PostgreSQL 12 crash with segmentation violation  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Responses Re: PostgreSQL 12 crash with segmentation violation in heap_freetuple
List pgsql-novice
Alvaro Herrera <alvherre@2ndquadrant.com> writes:
> On 2019-Nov-04, Marcel Ruff wrote:
>> Now I have upgraded to postgresql 12 and get a crash about once per day,
>> ...
>> How can I track down the problem?

> The first you need to do is obtain a crash dump.  This page may help:

>
https://wiki.postgresql.org/wiki/Getting_a_stack_trace_of_a_running_PostgreSQL_backend_on_Linux/BSD#Getting_a_trace_from_a_reproducibly_crashing_backend

Also, as long as you're building from source anyway, you might pull down
v12 branch tip from our git repo, or use a nightly snapshot tarball [1]
to see if the problem's already fixed.

            regards, tom lane

[1] https://www.postgresql.org/ftp/snapshot/12/



pgsql-novice by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: PostgreSQL 12 crash with segmentation violation
Next
From: LM
Date:
Subject: explain statements question