From: | Rudolf Leitgeb <r(dot)leitgeb(at)x-pin(dot)com> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | Euler Taveira de Oliveira <euler(at)timbira(dot)com>, pgsql-bugs(at)postgresql(dot)org |
Subject: | Re: BUG #4397: crash in tab-complete.c |
Date: | 2008-09-08 13:56:28 |
Message-ID: | B88921C7-C097-438C-8234-7B18613CF009@x-pin.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
Problem solved!
The was a left over readline.h which caused the miscompile process :(
Thanks a lot for all your help !
Cheers,
Rudi
Am 08.09.2008 um 15:03 schrieb Tom Lane:
> Rudolf Leitgeb <r(dot)leitgeb(at)x-pin(dot)com> writes:
>> Sorry for the delay, here are the compile warnings
>> I got when I compiled tab-complete.c for x86_64:
>
>> =========================================================
>> tab-complete.c: In function ‘psql_completion’:
>> tab-complete.c:601: warning: implicit declaration of function
>> ‘completion_matches’
>> tab-complete.c:601: warning: assignment makes pointer from integer
>> without a cast
>
> Well, that nicely explains a crash in a 64-bit build, so the question
> is what happened to your declaration of completion_matches(). It's
> certainly there on my Mac:
>
> tgl$ grep completion_matches /usr/include/readline/readline.h
> char **completion_matches(const char *, CPFunction *);
> $
>
> I'm still suspicious that you've got something bogus under
> /usr/local/include that is masking the correct include file.
>
> regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Mike Tegtmeyer | 2008-09-08 18:02:02 | BUG #4411: One click install broken |
Previous Message | Tom Lane | 2008-09-08 13:03:36 | Re: BUG #4397: crash in tab-complete.c |