Andy Lin
Andy Lin
> Hello, I noticed that interesting things - all new GIGA releases starting "[Ai Kiss](https://vndb.org/v26180)" doesn't open in GARBro, because Data not recognized as zlib-compressed stream. > > It can...
Hi @bkryza and @i-ilak: I've found a workaround to make `clang-uml` happy with `xtensa-esp32s3-elf` and maybe for the `xtensa-esp32-elf`, similarily. This issue may root in the upstream clang frontend, which...
Hi @i-ilak: I encountered similar segfaults previously. I've tried to put fewer files into clang-uml and the spurious (?) segfaults disappeared. Dunno the exact reason of crashes.
Hi @bkryza: BTW, could you please add the backtrace as a dedicated build option? Just like the following snippet: ```CMake option(CLANG_UML_ENABLE_BACKTRACE "" OFF) if(LINUX AND (CMAKE_BUILD_TYPE MATCHES Debug OR ${CLANG_UML_ENABLE_BACKTRACE}))...
BTW, attaching the OpenOCD to running ESP32-C3s and ESP32-C6s will trigger infinite unhandled debug exceptions occasionally, which cannot be eliminated without a full power cycle. It's strange. 😅
Seems like you should specify the net id (?) instead of the net name at least under Kicad v8. 