Re: BUG #4397: crash in tab-complete.c

From: Euler Taveira de Oliveira <euler(at)timbira(dot)com>
To: Rudolf Leitgeb <r(dot)leitgeb(at)x-pin(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #4397: crash in tab-complete.c
Date: 2008-09-03 15:38:40
Message-ID: 48BEAF80.7090005@timbira.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Rudolf Leitgeb escreveu:
> - Compile psql for x86_64. This can be easily done with the following
> commands:
>
> CFLAGS="-Os -arch x86_64" LDFLAGS="-arch x86_64" ./configure
> --disable-depend --with-pam --with-openssl
> --prefix=/Users/rleitgeb/pq_x86_64
>
Are you using libedit, right? What is the exact version? Looking at the
backtrace, it seems to be a libedit problem. Try to update your version
or use readline instead.

--
Euler Taveira de Oliveira
http://www.timbira.com/

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2008-09-03 15:44:41 Re: BUG #4396: Trigger event fired "UPDATE" when "DELETE" happening via foreign key
Previous Message Oleg Serov 2008-09-03 14:33:13 Re: Bug with FOR ... LOOP and composite types