Re: BUG #3773: psql segfault on exit

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: BUG #3773: psql segfault on exit
Дата
Msg-id 4745C365.2000903@enterprisedb.com
обсуждение исходный текст
Ответ на BUG #3773: psql segfault on exit  ("guillaume 'ioguix' de Rorthais" <ioguix@free.fr>)
Ответы Re: BUG #3773: psql segfault on exit  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
guillaume 'ioguix' de Rorthais wrote:
> PostgreSQL version: 8.3 beta3
> Operating system:   macosx 10.4.10
> Description:        psql segfault on exit
> Details:
>
> I just maked/make installed pg8.3b3 from cvs.
>

> pagila=# \q
> psql(26486) malloc: *** error for object 0x1806200: incorrect checksum for
> freed object - object was probably modified after being freed, break at
> szone_error to debug
> psql(26486) malloc: *** set a breakpoint in szone_error to debug
> zsh: segmentation fault  /sw/opt/pg83//bin/psql -U postgres -p 5433 pagila
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

I bet this is the same libedit bug that's been reported by various
people, on OS X. For example:
http://archives.postgresql.org/pgsql-bugs/2007-11/msg00128.php

Since quite a few people seem to bump into this, I wonder if we could
have configure to test for this?

--
   Heikki Linnakangas
   EnterpriseDB   http://www.enterprisedb.com

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

Предыдущее
От: "guillaume (ioguix) de Rorthais"
Дата:
Сообщение: BUG #3774: create table like including index doesn't update pg_constraints with primary key
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #3773: psql segfault on exit