Search found 1 match

by pooladkhay
Tue Sep 17, 2024 7:22 pm
Forum: ESP-IDF
Topic: assert failed: xTaskRemoveFromEventList tasks.c:3866 (pxUnblockedTCB)
Replies: 2
Views: 2549

Re: assert failed: xTaskRemoveFromEventList tasks.c:3866 (pxUnblockedTCB)

ESP_Sprite wrote:
Wed Jan 25, 2023 1:56 am
Nothing much I can deduce from only that, but I can tell you from experience that issues like this tend to be because of memory corruption. Check your code for buffer overflows, use-after-free situations etc.

I can confirm this is indeed due to an overflow.
Stack overflow, in my case!