[HACKERS] semaphore usage "port based"?

Tom Lane tgl at sss.pgh.pa.us
Mon Apr 3 01:06:31 UTC 2006


"Marc G. Fournier" <scrappy at postgresql.org> writes:
> On Sun, 2 Apr 2006, Tom Lane wrote:
>> BTW, even before doing that, you should look at "ipcs -s" output to try 
>> to get a clue what's going on.  The EINVAL failures may be because the 
>> second postmaster to start deletes the semaphores created by the first 
>> one.  You could easily see this happening in before-and-after ipcs data 
>> if so.

> You are right ...

OK, could we see strace (or whatever BSD calls it) output for the second
postmaster?  I'd like to see exactly what results it's getting for the
kernel calls it makes during IpcSemaphoreCreate.

			regards, tom lane


More information about the freebsd-stable mailing list