Re: initdb fails on ultra2 sparc64, freebsd 5.4

Поиск
Список
Период
Сортировка
От Andrew - Supernews
Тема Re: initdb fails on ultra2 sparc64, freebsd 5.4
Дата
Msg-id slrnd8teae.1feb.andrew+nonews@trinity.supernews.net
обсуждение исходный текст
Ответ на initdb fails on ultra2 sparc64, freebsd 5.4  (David Walker <david@cosmicfires.com>)
Ответы Re: initdb fails on ultra2 sparc64, freebsd 5.4  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
On 2005-05-13, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> David Walker <david@cosmicfires.com> writes:
>> On a Sun ultra2 sparc64 initdb hangs here:
>
> Where's "here"?  Build with --enable-debug, then attach to the stuck
> process with gdb and get a stack trace.

I've just done some analysis on this on David's machine - the bottom line
is that -enable-thread-safety is broken on this platform, but I've not
yet established for certain whether this is a bug in freebsd or incorrect
compiler options in pg's configure (will be looking into that in due
course)

The reason for the hang is that the sending end of the pipe from initdb
to postgres is not being closed by popen(), so postgres never sees EOF
on it. In this context I am suspicious of the fact that while libpq is
being built with threading, the apps which link against it do not appear
to be.

--
Andrew, Supernews
http://www.supernews.com - individual and corporate NNTP services

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: CHECK constraint (true) causes dumps with parse errors
Следующее
От: Tom Lane
Дата:
Сообщение: Re: initdb fails on ultra2 sparc64, freebsd 5.4