-
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
Boot crash with DEBUG logging enabled in efuse component (IDFGH-3367) #5343
Comments
Hi @jeremyherbert! |
Thanks, I suspected something like that was happening. |
@jeremyherbert. You can apply this patch 8904.zip, so as not to wait when it will be merged with the master. |
great, thank you! |
i was just loking for that today |
Ran into this issue today. Patch works for me. |
Hi @KonstantinKondrashov |
…t initialization After setting _GLOBAL_REENT, ESP_LOGIx can be used instead of ESP_EARLY_LOGx. Closes: #5343
Hi @projectgus @KonstantinKondrashov Above shows "projectgus pushed a commit that referenced this issue 8 days ago". |
Hi @AxelLin , Sorry about this. Because of an internal problem with our CI checks, the (You can see which branches a commit belongs to by viewing the commit in github, the branch list is at the bottom of the blue box.) We accept this is not a good situation to be in, generally we don't want the "backported" release branches moving ahead of master. We're working to deploy master ASAP which will correct the situation. |
…t initialization After setting _GLOBAL_REENT, ESP_LOGIx can be used instead of ESP_EARLY_LOGx. Closes: #5343
…t initialization After setting _GLOBAL_REENT, ESP_LOGIx can be used instead of ESP_EARLY_LOGx. Closes: #5343
Environment
xtensa-esp32-elf-gcc --version
to find it):xtensa-esp32-elf-gcc (crosstool-NG esp-2020r1) 8.2.0
Problem Description
When DEBUG logging level is enabled, an abort() is triggered on startup:
The issue appears to be in the efuse component, if I comment out this everything works fine:
If, rather than commenting it out I replace it with this, it still crashes:
I'm pretty lost at how to best debug this further.
Code to reproduce this issue
Debug Logs
Other items if possible
Note: sdkconfig has encryption enabled, be careful.
sdkconfig.txt
The text was updated successfully, but these errors were encountered: