Re: Possible alpha5 SR bug - Mailing list pgsql-bugs

From Fujii Masao
Subject Re: Possible alpha5 SR bug
Date
Msg-id o2g3f0b79eb1004122322t2e5ab435x37793b36e8ad3a9b@mail.gmail.com
Whole thread Raw
In response to Possible alpha5 SR bug  (Jeff Davis <pgsql@j-davis.com>)
Responses Re: Possible alpha5 SR bug  (Magnus Hagander <magnus@hagander.net>)
List 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

Attachment

pgsql-bugs by date:

Previous
From: Jeff Davis
Date:
Subject: Possible alpha5 SR bug
Next
From: "Kenaniah Cerny"
Date:
Subject: BUG #5417: intarray adds <@ operator which breaks infromation_schema.referential_constraints