On Tue, 2011-08-09 at 17:40 +0200, Petr Cervenka wrote:
> Hello everyone.
> 
> I'm trying linux kernel 2.6.38.8 together with xenomai 2.5.6.
> My application tries to reuse already created rt_queue shared between couple 
> of similiar applications.
> When I try to recreate already existing rt_queue by rt_queue_create i get 
> -EEXIST error (as I expected).
> But if I try to bind it immediately with rt_queue_bind(&queue, QUEUE_NAME, 
> TM_NONBLOCK) I get -EACCES error.
> This error code is not in documentation and with the previously used version 
> (kernel 2.6.32.6, xenomai 2.4.10) it was working fine.
> Do you have any advice or suggestion?

-EACCESS is returned in case an attempt is made to use a binding service
which does not match the target object. E.g. using rt_queue_bind() for
binding an existing task.

> Thanks in advance.
> 
> Petr Cervenka
> 
> _______________________________________________
> Xenomai-help mailing list
> Xenomai-help@gna.org
> https://mail.gna.org/listinfo/xenomai-help

-- 
Philippe.



_______________________________________________
Xenomai-help mailing list
Xenomai-help@gna.org
https://mail.gna.org/listinfo/xenomai-help

Reply via email to