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

2023-08-07 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67791 --- Comment #17 from Jonathan Wakely --- GCC 9 hasn't changed, so it must be something in your Ubuntu environment or your code. I don't think the RTLD_xxx approach was ever robust, the libpthread.so library needs to be loaded before the first

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

2023-08-07 Thread colin.davidson at codeplay dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67791 colin.davidson at codeplay dot com changed: What|Removed |Added CC||colin.davidson at

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

2023-04-28 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67791 Jonathan Wakely changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

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

2023-04-28 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67791 --- Comment #14 from CVS Commits --- The releases/gcc-10 branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:e2babb0540cfa66752214f3f111461e1da4b26ce commit r10-11325-ge2babb0540cfa66752214f3f111461e1da4b26ce Author: Jonathan

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

2022-06-28 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67791 Jakub Jelinek changed: What|Removed |Added Target Milestone|10.4|10.5 --- Comment #13 from Jakub Jelinek

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

2022-05-27 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67791 Richard Biener changed: What|Removed |Added Target Milestone|9.5 |10.4 --- Comment #12 from Richard