project-chip / connectedhomeip

Matter (formerly Project CHIP) creates more connections between more objects, simplifying development for manufacturers and increasing compatibility for consumers, guided by the Connectivity Standards Alliance.
https://buildwithmatter.com
Apache License 2.0
7.43k stars 1.99k forks source link

[BUG] Commands failing with "Run command failure: src/lib/core/TLVReader.cpp:750: Error 0x00000021" #33819

Open pogadlin opened 4 months ago

pogadlin commented 4 months ago

Reproduction steps

I have used mobaxterm as a remote to SSH in raspi to run a stress test on my RPI. Used sample lock app to perform lock-unlock operation continuously. Till iteration (~5550) is passed without any error and after that it is failing continuously due to "Run command failure: src/lib/core/TLVReader.cpp:750: Error 0x00000021"

Bug prevalence

I am using 20 raspi and on around 4 raspi i am seeing this issue after 10-12 hr

GitHub hash of the SDK that was being used

Matter 1.3

Platform

raspi

Platform Version(s)

No response

Anything else?

Attaching the chip-tool logs [Uploading chip-tool_currupt.txt…]()

bzbarsky-apple commented 4 months ago

@pogadlin which exact SHA are you using? That line number does not map to a place where a CHIP_ERROR is created on the v1.3-branch tag (SHA 13ab158f107c06ad9d4a2591aba438d212500b2d).

Also, note that the "Uploading ..." link here is broken and does not point to a log.

pogadlin commented 4 months ago

chip-tool_currupt.txt

bzbarsky-apple commented 4 months ago

@pogadlin Please also answer the question I asked.