Replies: 3 comments
-
Looking into the logs, it looks like an IDF application... Thread 4 may be related to some use of a File System (VFS + Socket)... Thread 3 seems related to Power Management, which is disabled by default in ESP32 Arduino. |
Beta Was this translation helpful? Give feedback.
-
It's not my application. My lib was used in a project but I had a concurrency bug which caused the crash. The issue is solved but I was looking why the thread names were not printed in the log. Maybe the memory corruption (as result of concurrency bug) caused this...? |
Beta Was this translation helpful? Give feedback.
-
Or the application didn't set a Task Name at the execution time when it was created? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I've got a core dump with a handful of tasks but the task names are not available except for the IDLE task. Is it possible to have the task names?
Example snippet:
Beta Was this translation helpful? Give feedback.
All reactions