Re: Is *that* why debugging backend startup is so hard!?

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Is *that* why debugging backend startup is so hard!?
Дата
Msg-id 200006270347.XAA04616@candle.pha.pa.us
обсуждение исходный текст
Ответ на Is *that* why debugging backend startup is so hard!?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
> Needless to say I find this braindead in the extreme.  Will anyone
> object if I change the signal masks so that we never ever block
> SIGABRT, SIGILL, SIGSEGV, SIGBUS, SIGTRAP, SIGCONT, SIGSYS?  Any
> other candidates?  Are there any systems that do not define all
> of these signal names?
> 
> BTW, once I turned this silliness off, I was able to home in on
> my bug within minutes...

Go ahead.  Current setup sound very broken.  Why do they even bother
doing all this.  Seems we should identify the signals we want to block,
and just block those.

--  Bruce Momjian                        |  http://www.op.net/~candle pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


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

Предыдущее
От: Thomas Lockhart
Дата:
Сообщение: SQL99 functions
Следующее
От: Hiroshi Inoue
Дата:
Сообщение: Re: Big 7.1 open items