Re: We shouldn't signal process groups with SIGQUIT

Поиск
Список
Период
Сортировка
От Nathan Bossart
Тема Re: We shouldn't signal process groups with SIGQUIT
Дата
Msg-id 20230214222332.GB1350572@nathanxps13
обсуждение исходный текст
Ответ на Re: We shouldn't signal process groups with SIGQUIT  (Andres Freund <andres@anarazel.de>)
Ответы Re: We shouldn't signal process groups with SIGQUIT  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
On Tue, Feb 14, 2023 at 12:47:12PM -0800, Andres Freund wrote:
> Not really related: I do wonder how often we end up self deadlocking in
> quickdie(), due to the ereport() not beeing reentrant. We'll "fix" it soon
> after, due to postmasters SIGKILL.  Perhaps we should turn on
> send_abort_for_kill on CI?

+1, this seems like it'd be useful in general.  I'm guessing this will
require a bit of work on the CI side to generate the backtrace.

-- 
Nathan Bossart
Amazon Web Services: https://aws.amazon.com



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

Предыдущее
От: Nathan Bossart
Дата:
Сообщение: Re: Change xl_hash_vacuum_one_page.ntuples from int to uint16
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: Can we do something to help stop users mistakenly using force_parallel_mode?