mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
4bf8d49159
Due to old windows from the startup flow being present after switching to running freertos tasks windowoverflow exceptions could potentially try to save windows to the startup stack. During this overflow they also values previously saved on the startup stack to find earlier frames' stacks. Since the start up stack was already recycled these values were invalid and would cause a crash. Closes https://github.com/espressif/esp-idf/issues/14406Y |
||
---|---|---|
.. | ||
config | ||
esp_additions | ||
FreeRTOS-Kernel | ||
FreeRTOS-Kernel-SMP | ||
test_apps | ||
app_startup.c | ||
CMakeLists.txt | ||
heap_idf.c | ||
Kconfig | ||
linker_common.lf | ||
linker_smp.lf | ||
linker.lf | ||
port_common.c | ||
port_systick.c | ||
port_systick.h | ||
sdkconfig.rename |