Date: Mon, 28 Mar 2011 13:19:38 -0400 From: Derek Tattersall <dlt@mebtel.net> To: Stable List <freebsd-stable@FreeBSD.ORG> Subject: Problem using POSIX message queues Message-ID: <20110328171938.GA8681@lorne.arm.org>
next in thread | raw e-mail | index | archive | help
While trying to develop an understanding of the use POSIX message queues, I found that issuing a mq_open (2) call, resulted in Bad system call: 12 error message. I have tried to run the tools/regression/mqueue tests, but they fail in mq_open with the bad system call error. In addition, the mq_open (2) man page refers to mq_timedreceive (3), mq_timedsend(3) which exist as section 2 man pages and a mq_unlink(3) man page which I can't find at all. I hope I am the first to try the use of the posix message queues and that this is just some teething problems. My test case ran without problems under linux, Fedora 14. -- Best regards, Derek Tattersall dlt@mebtel.net dlt666@yahoo.com dtatters@gmail.com
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110328171938.GA8681>