Gabriele Moabiti wrote:
> (...)
> I consider now ManageCustomExceptions a function that do nothing.
> (...)
> INT 0 (divide error) or 16 (fpu exception)
> The system hangs.

It will not work. It is because you have to handle the exception.
Otherwise, when returning to user-space, your programs tries the faulty
exception again, triggers the handler, which does nothing, and loops
indefinitely...

-- 
                                            Gilles.

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

Reply via email to