Page 1 of 1

Error: Too large number of threads 53608706!

Posted: Thu Apr 29, 2021 7:10 am
by manal_shivi
hi
When using eclipse to debug esp32,JTAG prints " Too large number of threads 53608706!"
on running a project, The eclipse debug window runs into multi_heap.c file

thanks in advance.

Re: Error: Too large number of threads 53608706!

Posted: Tue Oct 19, 2021 8:50 pm
by pranathi
I am facing the same issue as well . Did anybody find the root cause or hoe to fix it ?

Re: Error: Too large number of threads 53608706!

Posted: Wed Oct 20, 2021 1:38 am
by ESP_Sprite
It's possibly because the code running on the ESP32 is not the same as the code Eclipse/OpenOCD/gdb thinks it's running. It goes and looks for the variable containing the task count in the wrong place and finds nonsense.