Re: BUG #3773: psql segfault on exit - Mailing list pgsql-bugs

From Heikki Linnakangas
Subject Re: BUG #3773: psql segfault on exit
Date
Msg-id 4745C365.2000903@enterprisedb.com
Whole thread Raw
In response to BUG #3773: psql segfault on exit  ("guillaume 'ioguix' de Rorthais" <ioguix@free.fr>)
Responses Re: BUG #3773: psql segfault on exit  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: "guillaume (ioguix) de Rorthais"
Date:
Subject: BUG #3774: create table like including index doesn't update pg_constraints with primary key
Next
From: Tom Lane
Date:
Subject: Re: BUG #3773: psql segfault on exit