[Bug libstdc++/103133] Binary built with -static using std::thread crashes

2022-08-03 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103133 Jonathan Wakely changed: What|Removed |Added Target Milestone|11.3|10.5 --- Comment #12 from Jonathan

[Bug libstdc++/103133] Binary built with -static using std::thread crashes

2022-08-03 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103133 --- Comment #11 from CVS Commits --- The releases/gcc-10 branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:18eecb8c4a97716d4bc4890b05c91f172fadc7b3 commit r10-10928-g18eecb8c4a97716d4bc4890b05c91f172fadc7b3 Author: Jonathan

[Bug libstdc++/103133] Binary built with -static using std::thread crashes

2021-11-24 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103133 Jonathan Wakely changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug libstdc++/103133] Binary built with -static using std::thread crashes

2021-11-24 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103133 --- Comment #9 from CVS Commits --- The releases/gcc-11 branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:293075002a7eaf1e9d457a1839bcaf83f8626824 commit r11-9301-g293075002a7eaf1e9d457a1839bcaf83f8626824 Author: Jonathan

[Bug libstdc++/103133] Binary built with -static using std::thread crashes

2021-11-12 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103133 --- Comment #8 from Jonathan Wakely --- For the record, musl does the same, since g:85da5c3024f731e719c4093314da8edcd1056527

[Bug libstdc++/103133] Binary built with -static using std::thread crashes

2021-11-10 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103133 --- Comment #7 from Jonathan Wakely --- Fixed on trunk, backports needed too.

[Bug libstdc++/103133] Binary built with -static using std::thread crashes

2021-11-10 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103133 --- Comment #6 from CVS Commits --- The master branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:80fe172ba9820199c2bbce5d0611ffca27823049 commit r12-5108-g80fe172ba9820199c2bbce5d0611ffca27823049 Author: Jonathan Wakely

[Bug libstdc++/103133] Binary built with -static using std::thread crashes

2021-11-08 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103133 Jonathan Wakely changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |redi at gcc dot gnu.org

[Bug libstdc++/103133] Binary built with -static using std::thread crashes

2021-11-08 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103133 --- Comment #5 from Jonathan Wakely --- (In reply to Florian Weimer from comment #2) > libstdc++.a still uses weak symbols. I assumed we had already removed all > that weak symbol stuff from libstdc++ for __GLIBC_PREREQ (2, 34). No, none of

[Bug libstdc++/103133] Binary built with -static using std::thread crashes

2021-11-08 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103133 --- Comment #4 from Jonathan Wakely --- (In reply to Richard Biener from comment #3) > Still a user error - you should link with -pthread That doesn't help here though.

[Bug libstdc++/103133] Binary built with -static using std::thread crashes

2021-11-08 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103133 --- Comment #3 from Richard Biener --- Still a user error - you should link with -pthread

[Bug libstdc++/103133] Binary built with -static using std::thread crashes

2021-11-08 Thread fw at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103133 Florian Weimer changed: What|Removed |Added CC||fw at gcc dot gnu.org --- Comment #2

[Bug libstdc++/103133] Binary built with -static using std::thread crashes

2021-11-08 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103133 Jonathan Wakely changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED