1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-18 11:03:50 +01:00
Sören Tempel 80116651c2 core: Treat stack overflows as an unrecoverable error
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.
2022-08-12 05:26:22 +02:00
..
2022-03-09 21:43:05 +01:00
2022-03-09 21:43:05 +01:00
2022-03-09 21:43:05 +01:00
2022-03-09 21:43:05 +01:00
2022-03-09 21:43:05 +01:00
2022-03-09 21:43:05 +01:00
2022-03-09 21:43:05 +01:00