This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug sanitizer/81493] python fails to load libtsan.so: cannot allocate memory in static TLS block


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.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]