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

From: Craig Ringer <craig(at)postnewspapers(dot)com(dot)au>
To: Matt Zinicola <matt(at)zinicola(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #5862: Postgres dumps core upon a connection attempt
Date: 2011-02-03 02:45:51
Message-ID: 4D4A16DF.6000402@postnewspapers.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On 03/02/11 10:33, Matt Zinicola wrote:
>
> Hrm.
>
> I did see the Fedora stashed copies of libpq.so.5 and libpq.so.5.2 in
> /usr/lib64. I looked everywhere on the system for libpq.so*, and saw that the
> only remaining copies where those in my source directory... so I re-built
> 9.0.3. A 'make check' still died in the same place within the regression
> tests. I did a 'make install' anyhow. I cleaned out my data directory and
> attempted a new initdb with 9.0.3. That seg faulted as well:
>
> [postgres(at)infinity local]$ /usr/local/pgsql/bin/initdb -D /data/postgres
> Segmentation fault (core dumped)

What does:

ldd /usr/local/pgsql/bin/initdb

say?

--
System & Network Administrator
POST Newspapers

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Craig Ringer 2011-02-03 03:31:39 Re: BUG #5862: Postgres dumps core upon a connection attempt
Previous Message Matt Zinicola 2011-02-03 02:33:35 Re: BUG #5862: Postgres dumps core upon a connection attempt