mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-10 09:41:16 -03:00
LSAN seems to have an issue with glibc's TLS functionality that causes it to intermittently crash with SIGSEGV when run virtualized, as it is in our CI. Relevant GitHub issues: * https://github.com/google/sanitizers/issues/1342 * https://github.com/google/sanitizers/issues/1409