+This is caused by a corrupted system font cache, not by `micro_sam` itself. The annotator widgets use a collapsible "Settings" section (from `superqt`) that draws small arrow glyphs (`▲` / `▼`) with Qt. If your `fontconfig` cache is stale, Qt may resolve the default font to an unusable font file (e.g. a `.woff` web font), and Qt's bundled FreeType/HarfBuzz then segfaults while rendering those glyphs. You can confirm this is the cause if the crash traceback ends in `superqt/collapsible/_collapsible.py` in `_convert_string_to_icon`.
0 commit comments