On Mon, May 19, 2008 at 2:32 PM, Gilles Chanteperdrix <[EMAIL PROTECTED]> wrote: > On Mon, May 19, 2008 at 2:14 PM, Fabien MAHOT > <[EMAIL PROTECTED]> wrote: >> Hello, >> >> I ve a problem with my software application. I use Linux kernel 2.6.23 >> patched Xenomai 2.4.2. My hardware is an ETX module with AMD Geode >> Processor. >> >> I wrote a test program to explain my problem. This crashes my system and I >> must reboot it. I think there is a bug when a thread calls Linux write >> function and when in the same time, a signal is catched to indicate a >> time-out end.
Also note that since real-time signals use Linux signals in user-space, they cause the target thread to switch to secondary mode, which means that it is no longer a real-time thread. -- Gilles _______________________________________________ Xenomai-help mailing list [email protected] https://mail.gna.org/listinfo/xenomai-help
