Lines Matching full:fatal
3 Fatal Errors
9 Zephyr provides several methods for inducing fatal error conditions through
49 perform optional runtime checks which will induce a fatal error if the
66 ASSERTION FAIL [foo == 0xF0CACC1A] @ ZEPHYR_BASE/tests/kernel/fatal/src/main.c:367
72 [00:00:00.000,000] <err> os: >>> ZEPHYR FATAL ERROR 4: Kernel panic
147 tests/kernel/fatal/src/main.c: In function 'test_main':
151 tests/kernel/fatal/src/main.c:370:2: note: in expansion of macro 'BUILD_ASSERT'
158 A kernel oops is a software triggered fatal error invoked by
162 The fatal error reason code generated will be ``K_ERR_KERNEL_OOPS``.
167 A kernel error is a software triggered fatal error invoked by
174 and doing so will generate a kernel oops instead. Otherwise, the fatal error
185 then the kernel will generate a fatal error with the reason code
193 generate a fatal error with a reason code of ``K_ERR_STACK_CHK_FAIL``.
225 invokes a fatal stack overflow error. An error in this case does not indicate
236 Fatal Error Handling
239 The policy for what to do when encountering a fatal error is determined by the