Closed
Description
Reproduction steps
Initiate DiscoverySync or DiscoveryAsync will cause entire process to crash with the following message
[1682519165.322591][1219598:1219598] CHIP:DL: Chip stack locking error at 'src/system/SystemLayerImplSelect.cpp:125'. Code is unsafe/racy
[1682519165.322610][1219598:1219598] CHIP:-: chipDie chipDie chipDie
Issue can be traced to assertChipStackLockedByCurrentThread();
to the beginning of LayerSelect::StartTimer and LayerSelect::CancelTimer
Bug prevalence
Everytime
GitHub hash of the SDK that was being used
Platform
python
Platform Version(s)
No response
Anything else?
Issue can be traced to assertChipStackLockedByCurrentThread();
to the beginning of LayerSelect::StartTimer and LayerSelect::CancelTimer
Activity