Re: BUG #5862: Postgres dumps core upon a connection attempt

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Craig Ringer <craig(at)postnewspapers(dot)com(dot)au>
Cc: Matt Zinicola <matt(at)zinicola(dot)com>, pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #5862: Postgres dumps core upon a connection attempt
Date: 2011-02-04 03:23:07
Message-ID: 8762.1296789787@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Craig Ringer <craig(at)postnewspapers(dot)com(dot)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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message amruta buch 2011-02-04 04:29:10 Problem regarding Postgresql installation and ODBC driver installation in 64 bit Windows Vista OS.
Previous Message Craig Ringer 2011-02-04 02:11:56 Re: BUG #5862: Postgres dumps core upon a connection attempt