-
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
[ESP32] Fixed lock app crash #25895
[ESP32] Fixed lock app crash #25895
Conversation
PR #25895: Size comparison from 35b1fc1 to d98c355 Decreases (1 build for cc32xx)
Full report (1 build for cc32xx)
|
5732321
to
ba1dbda
Compare
PR #25895: Size comparison from ce0ddc0 to ba1dbda Increases (1 build for cc32xx)
Full report (1 build for cc32xx)
|
ba1dbda
to
485213d
Compare
PR #25895: Size comparison from 7ccd5d4 to 485213d Increases (1 build for cc32xx)
Full report (1 build for cc32xx)
|
I'm still seeing this on the v1.1-branch, which includes this fix, any other ideas? Log with backtrace
I'm on the v1.1-branch rev c95efa9 plus two backports: #27270 and #26792 |
Ok I've got a fix for this I believe. My commit #27270 was developed and tested on the matter 1.0 branch, and the code was identical in the master/1.1 branches, and obviously missing, so was jsut committed there. However, the lock checking must have been added later, which then breaks it again. I'll make a new PR tomorrow for this. It's quite disconcerting just how different all the different AppTask.cpp files are given that they are all meant to be ~equivalent. I suspect many of the other lock examples are probably also crashing on this on other platforms... |
Problem:
Changes:
Testing: