Re: Server process exited with status 139

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Server process exited with status 139
Дата
Msg-id 4588.982078263@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Server process exited with status 139  (pgsql-bugs@postgresql.org)
Список pgsql-bugs
pgsql-bugs@postgresql.org writes:
> I am consistently getting "Server process exited with status 139"
> whilst trying to create a straightforward index - "Create index test1
> on voter(name);"

Hm.  I wonder if the table contains any corrupted data.  If you do
something else that scans all the name entries, does it work?  One
simple test would be SELECT max(name) FROM voter.

> Do you think I simply don't have enough memory?

No, it's corrupted data of some sort ... need to figure out what's
inducing that ...

            regards, tom lane

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

Предыдущее
От: pgsql-bugs@postgresql.org
Дата:
Сообщение: Server process exited with status 139
Следующее
От: pgsql-bugs@postgresql.org
Дата:
Сообщение: PgSQL 7.1 beta 3 breaks ODBC