fweiss / badge

Badge is a wearable LED matrix display system for communicating visually.
MIT License
2 stars 0 forks source link

WDT panic in led_strip #1

Closed fweiss closed 2 months ago

fweiss commented 4 years ago

Something like this has been observed frequently, except for some animations like spin bottle.

The stack dump shows the last as list.c

0x400ee4e2: operator new(unsigned int) at /Volumes/build/idf/crosstool-NG/.build/src/gcc-5.2.0/libstdc++-v3/libsupc++/new_op.cc:59

0x4008f600: vListInsert at /Users/frankw/esp/esp-idf/components/freertos/list.c:188 (discriminator 1)

There is info in list.c for the suspicious for loop.

fweiss commented 2 months ago

Closing as this has not been observed for some time.