Hallo ,
Most of  code containing semTake with (WAIT_FOREVER ) ported from VxWorks to 
Linux using Xenomai is working, but only the following semTake is always 
failing.

For Example:-
semTake( restab_access_smp, 1200).

Semaphore created successfully and exists.
Any reason and any hint?

Semaphore created without ERROR as follows.
if ((restab_access_smp = semMCreate (SEM_Q_PRIORITY | SEM_DELETE_SAFE
           | SEM_INVERSION_SAFE)) == NULL)
{
   ERROR
}

Thanks,
Samba.


Sambasiva Rao Manchili
Software Development Engineer
________________________________

NEXUS TELECOM AG
Network and Service Investigation
Feldbachstrasse 80
8634 Hombrechtikon
Switzerland

Direct/mobile: +41 78 750 6808
Main: +41 44 355 6611
Email: sambasiva.manch...@nexustelecom.com 
<mailto:sambasiva.manch...@nexustelecom.com>
Website: www.nexustelecom.com<http://www.nexustelecom.com/>

  [cid:335065507@19072011-1CA1]


________________________________
This email and any attachment may contain confidential information which is 
intended for use only by the addressee(s) named above. If you received this 
email by mistake, please notify the sender immediately, and delete the email 
from your system. You are prohibited from copying, disseminating or otherwise 
using the email or any attachment.
_______________________________________________
Xenomai-help mailing list
Xenomai-help@gna.org
https://mail.gna.org/listinfo/xenomai-help

Reply via email to