Re: pq_recvbuf: unexpected EOF

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: David Link <dvlink(at)yahoo(dot)com>
Cc: Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl>, pgsql-general(at)postgresql(dot)org
Subject: Re: pq_recvbuf: unexpected EOF
Date: 2003-04-28 16:21:12
Message-ID: 19105.1051546872@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

David Link <dvlink(at)yahoo(dot)com> writes:
> warning: core file may not match specified executable file.

That seems suspicious. You sure you pointed gdb at the correct postgres
executable?

> #0 0x0810e9a3 in ReleaseAndReadBuffer () at eval.c:41

This is pretty obviously bogus, since ReleaseAndReadBuffer isn't in eval.c.

It might be that you will need to rebuild postgres with debugging
symbols before you will get a useful backtrace. I have noticed that on
some platforms, gdb's backtrace from a non-debug-enabled executable
is not just incomplete but flat-out wrong. This looks like it could
be one of those cases.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Nigel J. Andrews 2003-04-28 16:25:28 Re: timestamps and dates
Previous Message Jerome Alet 2003-04-28 16:17:50 Re: SQL schema to LDAP schema ?