Re: [BUGS] psql - Segmentation Fault

2010-08-30 Thread wstrzalka
On 30 Sie, 20:10, t...@sss.pgh.pa.us (Tom Lane) wrote: > wstrzalka writes: > > finally I press up arrow to reexecute and that causes "Segmentation > > fault" and psql to exit > > That would be a problem in libreadline, not in our code.  There was > somebody else complaining of a bug in Solaris' re

Re: [BUGS] psql - Segmentation Fault

2010-08-30 Thread Tom Lane
wstrzalka writes: > finally I press up arrow to reexecute and that causes "Segmentation > fault" and psql to exit That would be a problem in libreadline, not in our code. There was somebody else complaining of a bug in Solaris' readline just recently :-(. Might be worthwhile to install your own

[BUGS] psql - Segmentation Fault

2010-08-30 Thread wstrzalka
I'm having problems with psql. Looks like bug. Steps to reproduce on my box (100% segfaults): #psql -U postgres -d mydb $EXPLAIN ANALYZE SELECT . after 20s I'm getting a plan & at the end there is smth like "stdin: END" then I press ENTER and I have back psql console\ finally I press up arrow

[BUGS] psql segmentation fault

2001-04-05 Thread Stephen Ramsay
I've been running Postgres on a Solaris 2.8 box for a long time. Just upgraded to 7.0.3 and noticed the reappearance of a bug that I've seen before: psql segfaults on startup. The problem is clearly and unmistakeably related to readline (psql -n works like a charm). I've tried mucking aroun