Re: Possible alpha5 SR bug

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема Re: Possible alpha5 SR bug
Дата
Msg-id o2g3f0b79eb1004122322t2e5ab435x37793b36e8ad3a9b@mail.gmail.com
обсуждение исходный текст
Ответ на Possible alpha5 SR bug  (Jeff Davis <pgsql@j-davis.com>)
Ответы Re: Possible alpha5 SR bug  (Magnus Hagander <magnus@hagander.net>)
Список pgsql-bugs
Thanks for the test and report!

On Tue, Apr 13, 2010 at 1:36 PM, Jeff Davis <pgsql@j-davis.com> wrote:
> FATAL:  could not load library "/usr/local/pgsql-9.0alpha5-build1/lib/libpqwalreceiver.so":
dlopen(/usr/local/pgsql-9.0alpha5-build1/lib/libpqwalreceiver.so,10): Library not loaded:
/usr/local/pgsql/lib/libpq.5.dylib
>          Referenced from: /usr/local/pgsql-9.0alpha5-build1/lib/libpqwalreceiver.so
>          Reason: no suitable image found.  Did find:
>                /Users/quinn/lib/libpq.5.dylib: stat() failed with errno=13

Seems to have failed in loading libpq.5.dylib. I guess that "errno=13" means
"permission denied". Please ensure that the permission is appropriate.

> LOG:  WAL receiver process (PID 1011) was terminated by signal 11: Segmentation fault

Oops! I guess that this happened because walrcv_disconnect() was called in
WalRcvDie() even though libpqwalreceiver.so couldn't be loaded. The attached
patch would fix the problem.

Regards,

--
Fujii Masao
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center

Вложения

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

Предыдущее
От: Jeff Davis
Дата:
Сообщение: Possible alpha5 SR bug
Следующее
От: "Kenaniah Cerny"
Дата:
Сообщение: BUG #5417: intarray adds <@ operator which breaks infromation_schema.referential_constraints