Re: Debugging a backend stuck consuming CPU

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Debugging a backend stuck consuming CPU
Дата
Msg-id 15918.1463666325@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Debugging a backend stuck consuming CPU  ("ktm@rice.edu" <ktm@rice.edu>)
Ответы Re: Debugging a backend stuck consuming CPU  ("ktm@rice.edu" <ktm@rice.edu>)
Re: Debugging a backend stuck consuming CPU  ("ktm@rice.edu" <ktm@rice.edu>)
Список pgsql-general
"ktm@rice.edu" <ktm@rice.edu> writes:
> I am investigating a problem with a backend that appears to be stuck
> and spinning while performing a "DISCARD ALL" command. The system is
> running an older release 9.2.2.

You do realize that the current release in that series is 9.2.17.

> Are there any bugs that could be causing this behavior?

Known bugs are summarized here:
http://www.postgresql.org/docs/9.2/static/release.html

> How can I tell what the process is actually doing?

Getting a stack trace with gdb might be informative:
https://wiki.postgresql.org/wiki/Generating_a_stack_trace_of_a_PostgreSQL_backend

            regards, tom lane


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

Предыдущее
От: "ktm@rice.edu"
Дата:
Сообщение: Debugging a backend stuck consuming CPU
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: Debugging a backend stuck consuming CPU