CI currently fails with the error
error while loading shared libraries: libasan.so.6: cannot open shared object file: No such file or directory
for example for test-cpp-gcc_clang (gcc, Debug, latest)
libasan is a subpackage of gcc (The Address Sanitizer runtime library)
Version
Github (CI, Actions, etc.)
To reproduce
See error at (scheduled) CI runs (failing since 5 days). I was not able to reproduce the error locally.
Add any relevant information, e.g. used compiler, screenshots.
I guess this has sth to do with the option -fsanitize=address set in Debug mode.
Checklist
[X] Attached labels, especially loc:: or model:: labels.
Bug description
CI currently fails with the error
error while loading shared libraries: libasan.so.6: cannot open shared object file: No such file or directory
for example fortest-cpp-gcc_clang (gcc, Debug, latest)
libasan is a subpackage of gcc (The Address Sanitizer runtime library)Version
Github (CI, Actions, etc.)
To reproduce
See error at (scheduled) CI runs (failing since 5 days). I was not able to reproduce the error locally.
Add any relevant information, e.g. used compiler, screenshots.
I guess this has sth to do with the option
-fsanitize=address
set in Debug mode.Checklist