[Bug c++/113211] New: Trying to initialize the tripwire database ends up with a SEGV if a uid cannot be found
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113211 Bug ID: 113211 Summary: Trying to initialize the tripwire database ends up with a SEGV if a uid cannot be found Product: gcc Version: 11.4.0 Status: UNCONFIRMED
[Bug c++/113211] Trying to initialize the tripwire database ends up with a SEGV if a uid cannot be found
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113211 --- Comment #4 from Alexis Wilke --- Well, it could be a glibc issue, but the syntax: static thread_local unsigned _blocked = 0; is a compiler thing, right? Looking at ldd output, it is 100% static: $ ldd tripwire not a dynamic execu