Search found 2 matches

by mrsaiba
Tue Jan 23, 2024 9:17 am
Forum: General Discussion
Topic: Strange stacktrace triggered by removing a log
Replies: 2
Views: 658

Re: Strange stacktrace triggered by removing by a log

ESP_Sprite wrote:
Tue Jan 23, 2024 2:37 am
Can you decode that stacktrace? If you're using ESP-IDF, the easiest way is to use the built-in serial monitor ('idf.py monitor') as it automatically does that.
I'll do that when I arrive home. Thanks for your idea. :D
by mrsaiba
Mon Jan 22, 2024 8:19 pm
Forum: General Discussion
Topic: Strange stacktrace triggered by removing a log
Replies: 2
Views: 658

Strange stacktrace triggered by removing a log

Hello! So while coding a simple application via ESP-IDF on my ESP32-WROOM I encountered a problem with a stacktrace. The problem only reproduces when I remove a log from a specific area of code (but with at least one log everything it works). For the logging I use the dedicated macros ESP_LOGx (with...