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

From Tom Lane
Subject Re: BUG #3773: psql segfault on exit
Date
Msg-id 10771.1195754419@sss.pgh.pa.us
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
List pgsql-bugs
"guillaume 'ioguix' de Rorthais" <ioguix@free.fr> writes:
> Operating system:   macosx 10.4.10
> Description:        psql segfault on exit

If you have any lines longer than 255 bytes in your ~/.psql_history,
this is a known bug in Apple's libedit.  (They seem to have fixed it
in Leopard, btw.)  Recommended workaround is to install libreadline from
source (the version in /usr/lib isn't really readline) and recompile
with that instead.

http://archives.postgresql.org/pgsql-hackers/2006-12/msg01222.php

            regards, tom lane

pgsql-bugs by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: BUG #3773: psql segfault on exit
Next
From: Tom Lane
Date:
Subject: Re: BUG #3773: psql segfault on exit