Re: BUG #2001: Signal 11 after concurrent inserts + updates

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #2001: Signal 11 after concurrent inserts + updates
Дата
Msg-id 6047.1130338186@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #2001: Signal 11 after concurrent inserts + updates  ("Telin Lin" <tlin@rosettastone.com>)
Ответы Re: BUG #2001: Signal 11 after concurrent inserts + updates  (Telin Lin <tlin@rosettastone.com>)
Список pgsql-bugs
"Telin Lin" <tlin@rosettastone.com> writes:
> My postgresql keeps crashing by signal 11 after a number of concurrent
> inserts + updates.

This could be due to corrupt data, or it could be a hardware problem ---
have you done any memory tests on that machine lately?  If you can
pg_dump the table involved without any failure, then the corrupt-data
hypothesis is probably ruled out.  Also, try to get a stack trace from
the core dump (if no core file, restart postmaster under ulimit -c
unlimited --- it's easiest to put that into the postgres init script).

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #1999: contrib/spi doesn't receive the configured CFLAGS
Следующее
От: Michael Fuhr
Дата:
Сообщение: Re: BUG #2001: Signal 11 after concurrent inserts + updates