Re: Message queue identifiers are broken

2012-02-15 Thread Philip Guenther
On Fri, Jan 20, 2012 at 12:22 PM, Alexis Fouilhe wrote: > It seems that revision 1.22 of sys/kern/sysv_msg.c broke the message queues > implementation. The most visible effect of this is msgget(2) always returning > 0 on success. ... Due to your reporting this, it has been fixed for the upcoming

Message queue identifiers are broken

2012-01-20 Thread Alexis Fouilhe
Hi list, It seems that revision 1.22 of sys/kern/sysv_msg.c broke the message queues implementation. The most visible effect of this is msgget(2) always returning 0 on success. You will find below a program which gives the following evidence: - msgget(IPC_PRIVATE, ...) always returns 0 (see ipc