[Bug c++/113211] Trying to initialize the tripwire database ends up with a SEGV if a uid cannot be found

2024-01-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113211 --- Comment #2 from Andrew Pinski --- Is tripwire compiled statically?

[Bug c++/113211] Trying to initialize the tripwire database ends up with a SEGV if a uid cannot be found

2024-01-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113211 --- Comment #3 from Andrew Pinski --- https://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg1827372.html

[Bug c++/113211] Trying to initialize the tripwire database ends up with a SEGV if a uid cannot be found

2024-01-02 Thread alexis at m2osw dot com via Gcc-bugs
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

[Bug c++/113211] Trying to initialize the tripwire database ends up with a SEGV if a uid cannot be found

2024-01-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113211 Andrew Pinski changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

<    1   2