-
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
CHIP will crash when session expired during waiting for ACK #15987
Comments
This is triggered by closing the exchange multiple time. First graceful close by application, it will not clear the retrans table. Then from Possible solution:
|
Same crash on ESP32. backtrace:
|
This should be fixed as side-effect of #16882 @erjiaqing |
Problem
CI Crash:
https://github.com/project-chip/connectedhomeip/actions/runs/1950122299
Backtrace:
Proposed Solution
<suggested fix, suggested enhancement>
The text was updated successfully, but these errors were encountered: