How to NOT return from FATAL Error Extension to RTEMS executive core?

Ian Jiang ianjiang.cn at gmail.com
Wed Dec 12 09:53:14 UTC 2007


Hi all!

It says in "RTEMS C User’s Guide (Edition 4.7.1, for RTEMS 4.7.1)" (page 172 paraph 3) that:
The User Extension Table field fatal contains the address
of the fatal error handler to be executed when the rtems_fatal_error_occurred
directive is called. If the field is set to NULL or if the configured fatal error handler returns
to the executive, then the default handler provided by RTEMS is executed. This default
handler will halt execution on the processor where the error occurred.

My question is how to NOT return from the configured fatal error handler to the executive. I ask this because I want to  define my own handler of certain type of fatal errors and do NOT want the system to be halt.


Best wishes!
 				
--------------
Ian Jiang
ianjiang.cn at gmail.com
2007-12-12 17:43:17


More information about the users mailing list