Re: Postgresql Crasching - Mailing list pgsql-general

From Tom Lane
Subject Re: Postgresql Crasching
Date
Msg-id 3193.1548440897@sss.pgh.pa.us
Whole thread Raw
In response to Postgresql Crasching  (Márcio Antônio Sepp <marcio@zyontecnologia.com.br>)
List pgsql-general
=?iso-8859-1?Q?M=E1rcio_Ant=F4nio_Sepp?= <marcio@zyontecnologia.com.br> writes:
> We are experiencing the follow error in last few weeks:
> Jan 25 16:03:51 FreeBSD11 kernel: pid 78639 (postgres), uid 770: exited on
> signal 11 (core dumped)

> # select version();
> PostgreSQL 11.0 on amd64-portbld-freebsd11.2, compiled by FreeBSD clang
> version 6.0.0 (tags/RELEASE_600/final 326565) (based on LLVM 6.0.0), 64-bit

First thing to try is updating to 11.1, just to see if problem is already
fixed.  If not, find out what query is crashing (see postmaster log),
and if you can get a stack trace out of one of the core files, that'd
be pretty helpful too.

https://wiki.postgresql.org/wiki/Generating_a_stack_trace_of_a_PostgreSQL_backend

We might need to ask for a self-contained test case, if the stack
trace doesn't make it clear what's failing.

            regards, tom lane


pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: Postgresql Crasching
Next
From: Márcio Antônio Sepp
Date:
Subject: RES: Postgresql Crasching