Re: Function keys cause psql to segfault

Поиск
Список
Период
Сортировка
От CSN
Тема Re: Function keys cause psql to segfault
Дата
Msg-id 20050926030003.30729.qmail@web52902.mail.yahoo.com
обсуждение исходный текст
Ответ на Re: Function keys cause psql to segfault  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Function keys cause psql to segfault  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Function keys cause psql to segfault  (Klint Gore <kg@kgb.une.edu.au>)
Список pgsql-general
I did 'strace psql dbname' and this was the output
after hitting F1:

read(0, "\33", 1)                       = 1
read(0, "O", 1)                         = 1
read(0, "P", 1)                         = 1
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++


CSN

--- Tom Lane <tgl@sss.pgh.pa.us> wrote:

> 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
>




__________________________________
Yahoo! Mail - PC Magazine Editors' Choice 2005
http://mail.yahoo.com

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

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