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
M5 board crashes when adding 2nd fabric using iOS chiptool
SHA: 011efcf
In step 4, after adding 2nd fabric the M5 board crashes
E (136239) chip[ZCL]: Commissioning complete, notify platform driver to persist network credentials. I (136259) app-devicecallbacks: Commissioning complete
assert failed: spinlock_acquire spinlock.h:123 ((result == SPINLOCK_FREE) == (lock->count == 0))
Backtrace:0x40081e26:0x3ffe72700x400923a9:0x3ffe7290 0x40098b61:0x3ffe72b0 0x400957a9:0x3ffe73d0 0x40093309:0x3ffe73f0 0x40093470:0x3ffe7430 0x40108245:0x3ffe7450 0x40101848:0x3ffe7470 0x4010185f:0x3ffe7490 0x4010155b:0x3ffe74b0 0x40100ee7:0x3ffe74d0 0x400ee23a:0x3ffe74f0 0x401c462f:0x3ffe7510 0x401c6949:0x3ffe7530 0x40138e9d:0x3ffe7550 0x40139152:0x3ffe7570 0x40139179:0x3ffe75e0 0x400955d9:0x3ffe7600 0x40081e26: panic_abort at /Users/keanhinlim/tools/esp-idf/components/esp_system/panic.c:402
The text was updated successfully, but these errors were encountered:
m5-crashing-adding-2nd-fabric-chiptool-logs.txt m5-board-crashing-adding-2nd-fabric-M5-logs.txt
Sorry, something went wrong.
Duplicate of #17056 which has more analysis.
No branches or pull requests
Problem
M5 board crashes when adding 2nd fabric using iOS chiptool
SHA: 011efcf
In step 4, after adding 2nd fabric the M5 board crashes
E (136239) chip[ZCL]: Commissioning complete, notify platform driver to persist network credentials.
I (136259) app-devicecallbacks: Commissioning complete
assert failed: spinlock_acquire spinlock.h:123 ((result == SPINLOCK_FREE) == (lock->count == 0))
Backtrace:0x40081e26:0x3ffe72700x400923a9:0x3ffe7290 0x40098b61:0x3ffe72b0 0x400957a9:0x3ffe73d0 0x40093309:0x3ffe73f0 0x40093470:0x3ffe7430 0x40108245:0x3ffe7450 0x40101848:0x3ffe7470 0x4010185f:0x3ffe7490 0x4010155b:0x3ffe74b0 0x40100ee7:0x3ffe74d0 0x400ee23a:0x3ffe74f0 0x401c462f:0x3ffe7510 0x401c6949:0x3ffe7530 0x40138e9d:0x3ffe7550 0x40139152:0x3ffe7570 0x40139179:0x3ffe75e0 0x400955d9:0x3ffe7600
0x40081e26: panic_abort at /Users/keanhinlim/tools/esp-idf/components/esp_system/panic.c:402
The text was updated successfully, but these errors were encountered: