Re: SQL command to dump the contents of table failed: PQendcopy() failed. Error message from server: socket not open

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: SQL command to dump the contents of table failed: PQendcopy() failed. Error message from server: socket not open
Дата
Msg-id 20050923134021.GA72966@winnie.fuhr.org
обсуждение исходный текст
Ответ на SQL command to dump the contents of table failed: PQendcopy() failed. Error message from server: socket not open  (ruben <ruben20@superguai.com>)
Ответы Re: SQL command to dump the contents of table failed: PQendcopy()  (ruben <ruben20@superguai.com>)
Список pgsql-general
On Fri, Sep 23, 2005 at 01:34:18PM +0200, ruben wrote:
>
> LOG:  server process (PID 27688) was terminated by signal 11

This suggests a bug in the backend.  There should be a core dump
somewhere under $PGDATA (unless resource limits prevent it or your
system is configured to put core dumps elsewhere) -- can you use a
debugger to get a stack trace from it?  What exact version of
PostgreSQL are you running and on what operating system?  Do you
have any non-standard extensions to PostgreSQL (custom types,
third-party modules, etc.)?

--
Michael Fuhr

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

Предыдущее
От: ruben
Дата:
Сообщение: SQL command to dump the contents of table failed: PQendcopy() failed. Error message from server: socket not open
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Questions about Rollback - after insert, update, delete ... operations?