Re: Function keys cause psql to segfault

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Function keys cause psql to segfault
Дата
Msg-id 14262.1127702443@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Function keys cause psql to segfault  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: Function keys cause psql to segfault  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: Function keys cause psql to segfault  (CSN <cool_screen_name90001@yahoo.com>)
Список pgsql-general
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> CSN wrote:
>> If I'm in psql (via putty, from WinXP to Redhat) and
>> hit F1-4 (F5+ just display a ~), psql will
>> segmentation fault and exit.

> My guess is that those send a break or some control sequence.  od -c
> might show you what is being output.

Try watching the psql process with strace in another terminal window.
If Bruce's theory is correct (and it sounds good to me) then you should
be able to see a signal being delivered to psql.

            regards, tom lane

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

Предыдущее
От: CSN
Дата:
Сообщение: Re: Function keys cause psql to segfault
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Function keys cause psql to segfault