I'm getting the following stack overflow occasionally when using Wifi on my app.
Code: Select all
***ERROR*** A stack overflow in task pmT has been detected.
abort() was called at PC 0x4008f0d4 on core 0
0x4008f0d4: vApplicationStackOverflowHook at /Users/simon/esp/esp-idf/components/esp32/./panic.c:648
Backtrace: 0x4008ef63:0x3ffe1cd0 0x4008f0bb:0x3ffe1cf0 0x4008f0d4:0x3ffe1d10 0x4008cd18:0x3ffe1d30 0x4008e2e4:0x3ffe1d60 0x4008e29a:0xeecd32ca
0x4008ef63: invoke_abort at /Users/simon/esp/esp-idf/components/esp32/./panic.c:648
0x4008f0bb: abort at /Users/simon/esp/esp-idf/components/esp32/./panic.c:648
0x4008f0d4: vApplicationStackOverflowHook at /Users/simon/esp/esp-idf/components/esp32/./panic.c:648
0x4008cd18: vTaskSwitchContext at /Users/simon/esp/esp-idf/components/freertos/./tasks.c:3529
0x4008e2e4: _frxt_dispatch at /Users/simon/esp/esp-idf/components/freertos/./portasm.S:406
0x4008e29a: _frxt_int_exit at /Users/simon/esp/esp-idf/components/freertos/./portasm.S:206
Thanks
Simon