Re: Archiver not exiting upon crash

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Archiver not exiting upon crash
Дата
Msg-id 18305.1337618487@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Archiver not exiting upon crash  (Fujii Masao <masao.fujii@gmail.com>)
Ответы Re: Archiver not exiting upon crash  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Fujii Masao <masao.fujii@gmail.com> writes:
> You might have gotten the following problem which was discussed before.
> This problem was fixed in SIGQUIT signal handler of a backend, but ISTM
> not that of an archiver.
> http://archives.postgresql.org/pgsql-admin/2009-11/msg00088.php

pgarch.c's SIGQUIT handler just does exit(1), so it seems a bit unlikely
that that solution would make a difference.  But we need to see a stack
trace to rule it out or not.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Archiver not exiting upon crash
Следующее
От: Tom Lane
Дата:
Сообщение: Re: read() returns ERANGE in Mac OS X