https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88791
--- Comment #8 from Martin Liška <marxin at gcc dot gnu.org> --- (In reply to dominik.strasser from comment #7) > I canse it plays a role: > I am running on a CentOS Linux release 7.5.1804 > which has kernel version 3.10.0-862.11.6.el7.x86_64 > and glibc glibc-2.17-222.el7.i686 Well, to be honest the glibc is very old. Note that sanitizer are intercepting glibc calls and there are some issues with compatibility. So please, try your application on a new system. I would recommend e.g. https://software.opensuse.org/distributions/tumbleweed I can help with the system. Can you provide what kind of dependencies your application has?