Xt_lowint1 xtensa_vectors.S:1079

HI, i have a random crash on my esp32 s3 linked to the btc_task

xt_lowint1 () at /Users/ficeto/Desktop/ESP32/ESP32S2/esp-idf-public/components/freertos/port/xtensa/xtensa_vectors.S:1079

Looking for further information about this error please.

Thanks

Hi @terrafirma2021,
Could you help provide more information?
Like what esp-idf version you’re using? And any other call stacks available?
BTW, could you please check if configASSERT is defined to catch problem in early stage and configCHECK_FOR_STACK_OVERFLOW is defined to check if stack overflow happened?

Thank you.

Thank you for the reply, I did some further investigations into this as the crashes seem to be more frequent even when rolling back to an early build.

I looked at my backtrace and i was seeing UART related bugs also

The issue ended up being a driver issue related to the zadig, when GDB was installed,

Issue is resolved now!

Thanks for your time

Thanks for your feedback!