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

Поиск
Список
Период
Сортировка
От Craig Ringer
Тема Re: BUG #5862: Postgres dumps core upon a connection attempt
Дата
Msg-id 4D4A0994.20003@postnewspapers.com.au
обсуждение исходный текст
Ответ на BUG #5862: Postgres dumps core upon a connection attempt  ("Matt Zinicola" <matt@zinicola.com>)
Список pgsql-bugs
On 03/02/11 04:07, Matt Zinicola wrote:
>
> The following bug has been logged online:
>
> Bug reference:      5862
> Logged by:          Matt Zinicola
> Email address:      matt@zinicola.com
> PostgreSQL version: 9.0.3
> Operating system:   Linux (Fedora 14, kernel 2.6.35-10-74), 64-bit
> Description:        Postgres dumps core upon a connection attempt
> Details:
>
> A simple compile from source and install (as per usual) on Fedora 14 yielded
> crashes of client applications attempting to connect.

Make sure you don't have any other PostgreSQL binaries or shared
libraries on your PATH that might be interfering with things. If you
installed to a --prefix you already had another postgresql install on,
this would explain the problem.

Once you've confirmed that's not the cause, you should get a backtrace
of the crash so it's possible to tell what happened. Enable core dumps
in your system, then attach gdb to a core dump and request a backtrace.
Let me know if you need a hand with that.

--
System & Network Administrator
POST Newspapers

В списке pgsql-bugs по дате отправления:

Предыдущее
От: "R. Engmann"
Дата:
Сообщение: BUG #5863: help message report 5433 as default port
Следующее
От: Matt Zinicola
Дата:
Сообщение: Re: BUG #5862: Postgres dumps core upon a connection attempt