Henry Bausley wrote:
> This problem seemed to be caused by the boehm garbage collector used in
> mono.  The Boehm garbage collector uses SIGXCPU and SIGPWR to
> synchronize cross-thread garbage collection.  Recompiling the mono
> garbage collector to use a different signal values (SIGRTMIN + 5)
> instead of SIGXCPU seems to have solved the problem. Does this make
> sense.

Yes, it makes sense, since SIGXCPU is used before the creation of the
first real-time thread to signal that mlockall has not been called.

-- 
                                                 Gilles.

_______________________________________________
Xenomai-help mailing list
[email protected]
https://mail.gna.org/listinfo/xenomai-help

Reply via email to