-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Something goes wrong with memory and CASE sessions #7235
Labels
Comments
It seems we are running out of heap on ESP32 platform. Likely a memory leak somewhere.
|
I just realized all-clusters-app actually logs its free heap amounts. Just those lines from the log:
A bunch of output to be expanded
|
Looks resolved? |
Yes, haven't hit this in a while. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem
Steps to reproduce:
34bccf5d90edd8c1c465f59c565cd13a0b058d62
for me right now).I see a bunch of asserts/crashes/backtraces on the m5stack. See attached log, search for "backtrace". They generally seem to be happening during heap operations from crypto code.
Proposed Solution
Figure out what's going on (are we running out of heap?) and fix it.
@pan-apple
log.txt
The text was updated successfully, but these errors were encountered: