From: | David L Kensiski <David(at)Schoolloop(dot)com> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | pgsql-bugs(at)postgresql(dot)org |
Subject: | Re: BUG #5631: psql dumps core during command editing |
Date: | 2010-08-28 15:30:47 |
Message-ID: | 28319D1C-9A9A-4146-B954-1B3B239772BE@Schoolloop.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
I though of that, but it's linked into the binary. Maybe this is a
problem with the Sun build and not the code? How do I get in touch
with the build maintainer?
--Dave
tombu(at)i2:~$ /usr/ccs/bin/nm -o /usr/postgres/current/bin/64/psql |
grep readline
[542] |0000000020547260|0000000000000072|FUNC |GLOB |0 |12 |
initialize_readline
[924] |0000000020676600|0000000000000610|FUNC |GLOB |0 |12 |
readline
[306] |0000000000000000|0000000000000000|FILE |LOCL |0 |ABS |
readline.c
[834] |0000000022164570|0000000000000004|OBJT |GLOB |0 |19 |
readline_echoing_p
[866] |0000000022165210|0000000000000010|OBJT |GLOB |0 |19 |
rl_readline_name
On Aug 27, 2010, at 9:38 PM, Tom Lane wrote:
> "David Kensiski" <David(at)Schoolloop(dot)com> writes:
>> The psql binary (64-bit from binary install) dumps core when I
>> attempt to
>> edit the input line after a few characters are entered:
>
> This most likely indicates a problem with the libreadline or libedit
> library you're using.
>
> regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Magnus Hagander | 2010-08-29 11:05:17 | Re: [BUGS] BUG #5305: Postgres service stops when closing Windows session |
Previous Message | Tom Lane | 2010-08-28 04:38:31 | Re: BUG #5631: psql dumps core during command editing |