-
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
[BUG] [ESP32-C3][lock-app] kernel panic #24913
Comments
From the log:
That assert is at the top of @mmt-10 since you have a working and broken changeset, would you be willing to bisect to find out what changeset introduced the problem? |
Alternately, @mmt-10 if there is a way to get a stack to the assert, that would pretty much immediately pinpoint the problem, since the problem is some code that is trying to access attributes on the wrong thread. |
I assume there is a problem with the change after commit id bba4182 at Jan/20. I'm sorry, I do not know how do I debug it. |
@mmt-10 I can reproduce this issue, will look into it. |
Fixed with #25895 |
Reproduction steps
esp32-c3 shows kernel panic and reboot.
Bug prevalence
always
GitHub hash of the SDK that was being used
commit 2e0737c (HEAD -> master, origin/master, origin/HEAD)
Platform
esp32
Platform Version(s)
No response
Anything else?
Log
20230208-esp32.txt
Environment
Host OS : Ubuntu 20.04
ESP-IDF : ESP-IDF Release v4.4.4
ZAP : v2023.02.03-nightly
update info
below environment is no problem, ESP32-C3 is working.
Matter SDK : commit bba4182 (HEAD)
ESP-IDF : ESP-IDF Release v4.4.4
ZAP : v2023.01.19-nightly
The text was updated successfully, but these errors were encountered: