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 c++/66071] Calling condition variable's notify_all() causes SEGFAULT when the binary is statically linked


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

--- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Can you run gdb to see where the crash is? This might be a glibc "issue" by
including only part of pthread library.


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