-
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
Intermitent crash during IDF initialisation (IDFGH-9240) #10626
Comments
This might totally be a bug in IDF, but from the backtrace it does seem like it gets to |
@KaeLL did the above mentioned PR fix your issue? |
Given the intermittent and trivial nature of the issue, it's too soon to say. Meanwhile, some context like the why and what regarding this issue would be appreciated and educative. |
@KaeLL at the moment we are not sure why the errors are occurring, but the PR do fix something in our newlib component that was inconsistent with the newlib documentation. The feedback so far is that it seems to fix these priority/freertos assert that several users saw. We have an internal ticket to investigate this deeper, and if we discover something I'll make sure we report back in this issue. |
Answers checklist.
IDF version.
9ee3c83
Operating System used.
Linux
How did you build your project?
Command line with idf.py
If you are using Windows, please specify command line type.
None
Development Kit.
Custom Board
Power Supply used.
External 5V
What is the expected behavior?
To not crash, especially before getting to my code.
What is the actual behavior?
Intermitenttly crashing here.
Steps to reproduce.
defconfig
Debug Logs.
Log
More Information.
Running on a vanilla ESP32
The text was updated successfully, but these errors were encountered: