-
Notifications
You must be signed in to change notification settings - Fork 7.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
abort when using tickless idle mode with DEBUG log level (IDFGH-4522) #6346
Comments
Thanks for reporting, we will look into. |
@Alvin1Zhang Any update on this issue? |
@S0l0m4n |
@AxelLin We use v4.2.2. in our project. Unfortunately, I can't compile it using v4.3. I get an error that |
The problem is fixed in current master branch, it seems to be a duplicate of #7942 |
Environment
git describe --tags
to find it):v4.3-dev-2136-gb0150615d
xtensa-esp32-elf-gcc --version
to find it):xtensa-esp32-elf-gcc (crosstool-NG esp-2020r3) 8.4.0
Problem Description
Using tickless idle mode and having
CONFIG_LOG_DEFAULT_LEVEL_DEBUG=y
, the system crashes when attempting to go to idle.It seems to be caused by this line:
esp-idf/components/esp_system/sleep_modes.c
Line 891 in b015061
Backtrace
Code to reproduce this issue
sdkconfig.defaults
The text was updated successfully, but these errors were encountered: