Re: backend closing unexpectedly

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: backend closing unexpectedly
Дата
Msg-id 10216.998341181@sss.pgh.pa.us
обсуждение исходный текст
Ответ на backend closing unexpectedly  (Adam Kornick <akornick@whgrp.com>)
Список pgsql-general
Adam Kornick <akornick@whgrp.com> writes:
> I have a moderately complex query running on small views (10-30
> records) which used to work, but is now dying unexptecedly.

Sounds like a backend core dump.  Please look for the core file
(should be under $PGDATA/base/yourdbnumber/) and send us a debugger
backtrace.  You might have to recompile with --enable-debug to get
a useful (symbolic) backtrace.

If you are feeling out of your depth with that request, instead
put together a self-contained example that triggers the crash,
and send it along.

            regards, tom lane

В списке pgsql-general по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: WAL
Следующее
От: Evan Zane Macosko
Дата:
Сообщение: Re: Problems with UPDATE