Re: BUG #5862: Postgres dumps core upon a connection attempt - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #5862: Postgres dumps core upon a connection attempt
Date
Msg-id 8762.1296789787@sss.pgh.pa.us
Whole thread Raw
In response to Re: BUG #5862: Postgres dumps core upon a connection attempt  (Craig Ringer <craig@postnewspapers.com.au>)
Responses Re: BUG #5862: Postgres dumps core upon a connection attempt  (Matthew Zinicola <matt@zinicola.com>)
List pgsql-bugs
Craig Ringer <craig@postnewspapers.com.au> writes:
> On 02/03/2011 11:15 PM, Matt Zinicola wrote:
>> I re-compiled with '--enable-debug' and got the symbols.  The pastebin is at
>> http://pastebin.com/xMhEHFdT

> That's really interesting. It's getting a NULL path pointer when - I
> think - it tries to determine the location of the executables.

Hmm ... gdb is evidently lying to us to some extent, because some of
those variables can't possibly be NULL, and control wouldn't have got
to where it says if others of them were.  However, it seems clear that
it's dying while trying to determine the actual location of the initdb
executable.  Are there any symlinks involved in the path
/usr/local/pgsql/bin/initdb ?  Is that located on an unusual filesystem?

            regards, tom lane

pgsql-bugs by date:

Previous
From: Craig Ringer
Date:
Subject: Re: BUG #5862: Postgres dumps core upon a connection attempt
Next
From: amruta buch
Date:
Subject: Problem regarding Postgresql installation and ODBC driver installation in 64 bit Windows Vista OS.