We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When commissioning using the chip-tool built with #20766 the EFR32 lighting app crashed with a Hard Fault. No stack trace shows up in Ozone but the crash goes away when 'otIp6SetEnabled(mOTInst, false);' is commented out at the following line: https://github.com/selissia/connectedhomeip/blame/master/src/platform/OpenThread/GenericThreadStackManagerImpl_OpenThread.cpp#L432
The text was updated successfully, but these errors were encountered:
This is an OpenThread issue: openthread/openthread#8110
Sorry, something went wrong.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
Resolved by the above PR
No branches or pull requests
Problem
When commissioning using the chip-tool built with #20766 the EFR32 lighting app crashed with a Hard Fault. No stack trace shows up in Ozone but the crash goes away when 'otIp6SetEnabled(mOTInst, false);' is commented out at the following line: https://github.com/selissia/connectedhomeip/blame/master/src/platform/OpenThread/GenericThreadStackManagerImpl_OpenThread.cpp#L432
Proposed Solution
The text was updated successfully, but these errors were encountered: