Re: BUG #3773: psql segfault on exit

From: Heikki Linnakangas <heikki(at)enterprisedb(dot)com>
To: guillaume 'ioguix' de Rorthais <ioguix(at)free(dot)fr>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #3773: psql segfault on exit
Date: 2007-11-22 17:59:01
Message-ID: 4745C365.2000903@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2007-11-22 18:00:19 Re: BUG #3773: psql segfault on exit
Previous Message guillaume (ioguix) de Rorthais 2007-11-22 17:47:50 BUG #3774: create table like including index doesn't update pg_constraints with primary key