8.0 Beta-5 Linux PSQL Endless loop -- Followup

Поиск
Список
Период
Сортировка
От Michael Owens
Тема 8.0 Beta-5 Linux PSQL Endless loop -- Followup
Дата
Msg-id df2316bd0411291510691444de@mail.gmail.com
обсуждение исходный текст
Ответы Re: 8.0 Beta-5 Linux PSQL Endless loop -- Followup  (Neil Conway <neilc@samurai.com>)
Re: 8.0 Beta-5 Linux PSQL Endless loop -- Followup  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
This problem seems to be related to the .psql_history file. If I
delete the file, the problem does not occur and psql starts up fine.
However, when I run psql again (after the previous session had
generated a .psql_history file), the problem occurs. strace shows
something like

read(4, "", 131072)                     = 0
.
.
(hundreds)
.
.
brk(0)                                  = 0x39f8d000
brk(0x39fae000)                         = 0x39fae000
read(4, "", 131072)                     = 0
.
.
(hundreds)
.
.


So it seems to be something related to reading the .psql_history file.

-- Mike

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

Предыдущее
От: Michael Owens
Дата:
Сообщение: 8.0 Beta-5 Linux PSQL Endless loop
Следующее
От: mgalvin@nycap.rr.com
Дата:
Сообщение: Serial id not incrementing when manual ids are used, User Error? Bug?