-
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
[Android] OnCommissioningComplete handling in AndroidDeviceControllerWrapper.cpp occasionally crashes #13556
Comments
? |
g-coppock
added a commit
to g-coppock/connectedhomeip
that referenced
this issue
Jan 13, 2022
g-coppock
added a commit
to g-coppock/connectedhomeip
that referenced
this issue
Jan 13, 2022
g-coppock
added a commit
to g-coppock/connectedhomeip
that referenced
this issue
Jan 13, 2022
Fixes project-chip#13556 Tested locally on an Android device on the reported code path without a crash.
selissia
pushed a commit
to selissia/connectedhomeip
that referenced
this issue
Jan 28, 2022
…project-chip#13557) Fixes project-chip#13556 Tested locally on an Android device on the reported code path without a crash.
step0035
pushed a commit
to hank820/connectedhomeip
that referenced
this issue
Feb 8, 2022
…project-chip#13557) Fixes project-chip#13556 Tested locally on an Android device on the reported code path without a crash.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem
When commissioning on Android, an issue is occasionally seen when
OnCommissioningComplete
is invoked. The general steps are:After receiving the response to the
CommissioningComplete
command, a crash is seen:When debugging, the line on which the crash is occurring is:
https://github.com/project-chip/connectedhomeip/blob/master/src/controller/java/AndroidDeviceControllerWrapper.cpp#L395
It seems to indicate that
operationalDatasetBytes
is non-null. However, this is on the Wi-Fi commissioning path, and via logging I've verified that the line which assignsoperationalDatasetBytes
is never reached.The text was updated successfully, but these errors were encountered: