On 07/06/2011 02:22 PM, zenati wrote:
> Dear,
> 
> I have implement a first version of the skin Arinc 653. However, I match 
> one bug. Each time I execute a test I have implemented (Hello world 
> test). The process display "Hello world!" but don't return and even if I 
> do control-z or control-c the process don't terminate.
> 
> have and idea to fix this problem??

It is hard to say anything witout seeing any code, but, when you hit
ctrl-C or ctrl-Z, the process receives a signal SIGINT or SIGTSTP. So,
in the implementation of this skin, did you handle the interruption of
blocking system calls by a signal correctly ?

-- 
                                            Gilles.

_______________________________________________
Xenomai-core mailing list
Xenomai-core@gna.org
https://mail.gna.org/listinfo/xenomai-core

Reply via email to