Re: Weird psql crash

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Weird psql crash
Дата
Msg-id 9204.1112936596@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Weird psql crash  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
Список pgsql-hackers
Christopher Kings-Lynne <chriskl@familyhealth.com.au> writes:
>> SIGQUIT is supposed to do that.

> Seems to be a libreadline thing:

No, it's a built-in thing.  See "man stty", "man tty(4)", "man termio"
or related topics depending on your platform.  The point is that the
kernel terminal driver takes that as a command to send SIGQUIT to your
program, not much different from mapping control-C to SIGINT for
example.  And the default handling for SIGQUIT is stop+dump core.

It's a feature, not a bug.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: 8.0.2 bundled ...
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: prepared statements don't log arguments?