Re: [BUGS] BUG #14531: server process (PID 12714) was terminated by signal 11: Segmentation fault

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [BUGS] BUG #14531: server process (PID 12714) was terminated by signal 11: Segmentation fault
Дата
Msg-id 15863.1486483766@sss.pgh.pa.us
обсуждение исходный текст
Ответ на [BUGS] BUG #14531: server process (PID 12714) was terminated by signal 11:Segmentation fault  (naveenallin@gmail.com)
Ответы Re: [BUGS] BUG #14531: server process (PID 12714) was terminated bysignal 11: Segmentation fault  (NAVEEN CHALIMETI <naveenallin@gmail.com>)
Список pgsql-bugs
naveenallin@gmail.com writes:
> We are facing frequent crash issue in postgresql due to segmentation fault.
> We have tried various ways to debug the issue such as enabling debug level
> log etc., but we could not get any idea what is the reason behind the crash.

The postmaster should at least have logged what statement a crashed
backend was running (assuming you've not disabled the statistics
subsystem).  Is there any consistency to that?  It might be worth
turning on full statement logging (log_statement=all) so that you
can see everything the crashed sessions did.

The backtrace you show doesn't look much like any known 9.6 bug,
so we'd be very interested if you can put together a reproducible
test case.

            regards, tom lane


-- 
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

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

Предыдущее
От: gustavfc.freitas@gmail.com
Дата:
Сообщение: [BUGS] BUG #14533: PgAdmin 4 v1 crash
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [BUGS] BUG #14532: implict type case invalid in gin?