You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2022-07-05 11:18:04.138050-0700 localhost CHIPTool[5987]: (Matter) [com.csa.matter:all] � [1657045084138] [5987:1096036] CHIP: [DL] Chip stack locking error at '../../../../../../../../../../../new_test/connectedhomeip/src/messaging/ExchangeContext.cpp:138'. Code is unsafe/racy
CHIP_ERROR ExchangeContext::SendMessage(Protocols::Id protocolId, uint8_t msgType, PacketBufferHandle && msgBuf,
const SendFlags & sendFlags)
{
// This is the first point all outgoing messages funnel through. Ensure
// that our message sends are all synchronized correctly.
assertChipStackLockedByCurrentThread();
bool isStandaloneAck =
(protocolId == Protocols::SecureChannel::Id) && msgType == to_underlying(Protocols::SecureChannel::MsgType::StandaloneAck);
if (!isStandaloneAck)
With SHA 770a2e2
CHIPTool app crashes on iOS for "Enable Pairing" mode
Steps to reproduce:
Attaching the logs from M5 board + from iOS device:
M5logs-enablepairingissue.txt
iOSlogs-enablepairingissue.txt
The text was updated successfully, but these errors were encountered: