Re: PostgreSQL server terminated by signal 11

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: PostgreSQL server terminated by signal 11
Дата
Msg-id 27282.1154030751@sss.pgh.pa.us
обсуждение исходный текст
Ответ на PostgreSQL server terminated by signal 11  ("Daniel Caune" <daniel.caune@ubisoft.com>)
Список pgsql-sql
"Daniel Caune" <daniel.caune@ubisoft.com> writes:
> My PostgreSQL server running on a Linux machine is terminated by signal
> 11 whenever I try to create some indexes on a table, which contains
> quite a lot of data.

Judging from your examples it's got something to do with the partial
index WHERE clause.  What PG version is this exactly?  If you leave out
different parts of the WHERE, does it still crash?  Does the crash
happen immediately after you give the command, or does it run for
awhile?  It might be worth getting a stack trace from the failure
(best way is to attach to the running backend with gdb, provoke the
crash, and do "bt" --- search for "gdb" in the archives if you need
details).
        regards, tom lane


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

Предыдущее
От: Erik Jones
Дата:
Сообщение: Re: Disk is full, what's cool to get rid of?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Disk is full, what's cool to get rid of?