mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
80116651c2
Presently, RIOT just emits a warning when a stack overflow is encountered but still resumes execution. In my view, execution should be aborted as the detection of a stack overflows via the heuristic provided by the scheduler is an unrecoverable error. I ran into this while performing automated tests of a RIOT application where a stack overflow occurred but I only noticed this after inspecting the application output more closely. Similar to SSP failures, I added crash_code for stack overflows. |
||
---|---|---|
.. | ||
macros | ||
assert.h | ||
bitarithm.h | ||
cib.h | ||
clist.h | ||
debug.h | ||
irq.h | ||
kernel_defines.h | ||
kernel_init.h | ||
list.h | ||
log.h | ||
panic.h | ||
priority_queue.h | ||
ringbuffer.h | ||
rmutex.h | ||
thread_config.h | ||
xfa.h |