zephyr/tests/kernel/fatal
Anas Nashif 46f66f4295 kconfig: generalised stack protection options
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2017-09-11 09:42:35 -07:00
..
src x86: stack overflow improvements 2017-08-03 11:46:26 -04:00
Makefile
README
prj.conf kconfig: generalised stack protection options 2017-09-11 09:42:35 -07:00
sentinel.conf kconfig: generalised stack protection options 2017-09-11 09:42:35 -07:00
testcase.yaml kconfig: generalised stack protection options 2017-09-11 09:42:35 -07:00

README

This test case verifies that kernel fatal error handling works correctly.

If a thread causes a CPU exception, and it is not in an ISR or "essential"
thread, the thread gets aborted and the rest of the system executes normally.