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
Run Pairing Onnetwork and get diagnostic log Test
After #36591 we seem to have frequent errors in diagnostics log test. One such instance reports:
2024-12-05T05:59:48.0688225Z [2024-12-05 05:59:48.068222][�[32mAPP �[0m][�[33mSTDOUT�[0m][18779:18779] CHIP:EM: ExchangeContext: 48186i delegate=null 2024-12-05T05:59:48.0689511Z [2024-12-05 05:59:48.068228][�[32mAPP �[0m][�[33mSTDOUT�[0m][18779:18779] CHIP:SPT: VerifyOrDie failure at src/lib/support/Pool.h:405: Allocated() == 0
I believe it may be some race issue here where we stop the application before some pool (unclear which pool) frees its objects.
The text was updated successfully, but these errors were encountered:
joonhaengHeo
Successfully merging a pull request may close this issue.
After #36591 we seem to have frequent errors in diagnostics log test. One such instance reports:
I believe it may be some race issue here where we stop the application before some pool (unclear which pool) frees its objects.
The text was updated successfully, but these errors were encountered: