B4R Question how to undertand stack errors

peacemaker

Expert
Licensed User
Longtime User
Hi, All

My ESP8266 app was working OK. And after some small change and reflashing - it started to get such errors:

How to understand such trace exception text ?

I tried to increase #StackBufferSize and JobDone's buffer max size, and HttpJob's requestCache and responseCache... but this error is got even more frequent
 

peacemaker

Expert
Licensed User
Longtime User
I think such errors are due to the complexity of all the project, lots of modules and subs - no use to publish whole the project.
Question is how to use these exception logs to understand what\where the reason is
 
Upvote 0

thetahsk

Active Member
Licensed User
Longtime User
I think such errors are due to the complexity of all the project, lots of modules and subs - no use to publish whole the project.
Question is how to use these exception logs to understand what\where the reason is
If you want to decode a esp32 stack trace you need the whole project.
For decoding you can use a plug in for the Arduino IDE, e.g
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…