https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81493

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
That is a user bug, don't do it.
libtsan.so needs to be loaded early for the whole process, certainly before you
start creating threads etc.
You can LD_PRELOAD=libtsan.so or similar to eachive that.

Reply via email to