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? Thanks in advance.
Petr Cervenka _______________________________________________ Xenomai-help mailing list [email protected] https://mail.gna.org/listinfo/xenomai-help
