Hi,
I'm running Xenomai/cobalt v3.0.5 on an Intel(R) Celeron(R) CPU. Currently
I'm writing a real-time task loop that requires execution to stop until a
signal with a certain integer value is received. Thus I've included a call
to rt_event_wait_timed() to wait for the appropriate value to be written to
the mask; I'm specifying a NULL timeout value. The problem I have is that
rt_event_wait_timed() consistently returns EFAULT ('bad address') and
returns without blocking. I don't know what this error means since it is
not even considered in the Xenomai manual documentation as one of the
possible returns for rt_event_wait_timed(). I have also tried
rt_event_wait() with the exact same result. Any help will be appreciated.Gabriel _______________________________________________ Xenomai mailing list [email protected] https://xenomai.org/mailman/listinfo/xenomai
