Re: Postgres 7.2.3 hangs during vacuum.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Postgres 7.2.3 hangs during vacuum.
Дата
Msg-id 6711.1040667073@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Postgres 7.2.3 hangs during vacuum.  ("Robert M. Meyer" <rmeyer@installs.com>)
Список pgsql-admin
"Robert M. Meyer" <rmeyer@installs.com> writes:
> Having a bizarre one, today.  It seems that when doing a vacuum FULL on
> our system, the backend postgres process gets into a strange state.  It
> starts consuming 100% of a cpu (we have two) and is immune to any signal
> (except 9).

Could you attach to the stuck process with a debugger and get a stack
backtrace, so we can get some idea what it's doing?  With gdb, the
procedure is

        gdb /path/to/postgres-executable
        gdb> attach pid-of-process
        gdb> bt
        gdb> q

            regards, tom lane

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

Предыдущее
От: Andreas Schmitz
Дата:
Сообщение: Re: locking a table
Следующее
От: "Rob Abernethy IV"
Дата:
Сообщение: Re: SSL Mode