-
Notifications
You must be signed in to change notification settings - Fork 42
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
GHSAFM crashed with Fatal signal 6 (SIGABRT) #91
Comments
@edWin-m If you have details on how to reproduce, that would be useful. Have not personally experienced that issue yet. |
@pierredelisle to reproduce this crash, open the device fragment and close it (this should take you back to the home fragment). Repeat this action a couple of times (I know this is not a solid test plan). However, right now due to #93, I can not test this at the moment so we might just have to go with that until I can commission my test device. |
OK, have been able to reproduce. Will be looking into it. |
For the record, crash report:
|
@pierredelisle thanks |
Waiting for project-chip/connectedhomeip#25505 to be merged, and hopefully this will fix the issue. |
@pierredelisle Sure thing. |
- Pull in latest Matter SDK (SHA: 3c6bed3bb2) which includes required fixes for subscriptions (project-chip/connectedhomeip#25505, project-chip/connectedhomeip#25623, project-chip/connectedhomeip#25625) - Strip the .so's prior to copying them to jniLibs. libCHIPController.so now has a reasonable size (went from 352MB to 26MB). - Made SubscriptionHelper functions that interact with a device as "suspend" functions so that the coroutine scope is established by the caller. - Removed flag UNSUBSCRIBE_ENABLED since shutdownSubscriptions has now been fixed in the Matter SDK.
- Pull in latest Matter SDK (SHA: 3c6bed3bb2) which includes required fixes for subscriptions (project-chip/connectedhomeip#25505, project-chip/connectedhomeip#25623, project-chip/connectedhomeip#25625) - Strip the .so's prior to copying them to jniLibs. libCHIPController.so now has a reasonable size (went from 352MB to 26MB). - Made SubscriptionHelper functions that interact with a device as "suspend" functions so that the coroutine scope is established by the caller. - Removed flag UNSUBSCRIBE_ENABLED since shutdownSubscriptions has now been fixed in the Matter SDK.
Should be fixed in #98. |
@pierredelisle The issue started when I switched from polling to device state change subscriptions.
I have noticed there is an issue with shutting subscriptions at the moment.
Could this be related to the crash?🤔
The crash log(
log_level = error
) is shown below. I have also uploaded a larger log file showing all the debug logs leading to the**SIGABRT**
Steps to Reproduce
ESP32 light example
) to GHSAFMComplete Log
2023-02-28.GHSA.Crash.log
The text was updated successfully, but these errors were encountered: