Re: Postgresql Crasching

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Postgresql Crasching
Дата
Msg-id 3193.1548440897@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Postgresql Crasching  (Márcio Antônio Sepp <marcio@zyontecnologia.com.br>)
Список 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 по дате отправления:

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: Postgresql Crasching
Следующее
От: Márcio Antônio Sepp
Дата:
Сообщение: RES: Postgresql Crasching