[Bug libstdc++/67791] Crash using std::thread and iostream with dynamic loading of a shared library

redi at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Oct 1 09:36:00 GMT 2015


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

--- Comment #3 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Yes, this is a known problem with the __gthread_active_p() trick we use, which
doesn't work when libpthread gets loaded later via a dlopen call.



More information about the Gcc-bugs mailing list