Bug#749290: g++-4.8: broken std::thread on Hurd

2014-08-20 Thread Samuel Thibault
Hello, Matthias Klose, le Wed 20 Aug 2014 23:39:40 +0200, a écrit : > I backported the proposed fix for PR61841 in 4.9.1-6, however this doesn't > seem > to fix things. I don't see how their proposed fix could fix the issue we are having on GNU/Hurd. The issue mentioned on https://gcc.gnu.org/m

Bug#749290: g++-4.8: broken std::thread on Hurd

2014-08-20 Thread Matthias Klose
Am 20.08.2014 um 23:03 schrieb Samuel Thibault: > Pino Toscano, le Mon 26 May 2014 08:34:47 +0200, a écrit : >> It looks like to me there are two solutions: >> >> a) fix the GCC detection of threads on Hurd, so it uses only >>pthread_key_create (or another internal symbol of Hurd's >>libpth

Bug#749290: g++-4.8: broken std::thread on Hurd

2014-08-20 Thread Samuel Thibault
Pino Toscano, le Mon 26 May 2014 08:34:47 +0200, a écrit : > It looks like to me there are two solutions: > > a) fix the GCC detection of threads on Hurd, so it uses only >pthread_key_create (or another internal symbol of Hurd's >libpthread) > > b) fix pthread_key_create in Hurd's libpthr

Bug#749290: g++-4.8: broken std::thread on Hurd

2014-05-26 Thread Pino Toscano
On 2014-05-26 11:50, Matthias Klose wrote: see https://gcc.gnu.org/ml/gcc/2013-09/msg00196.html and follow-ups. Is this really specific for the Hurd? I cannot reproduce the "Operation not permitted" exception on updated - Debian/Linux testing installation - Debian/Linux unstable installation

Bug#749290: g++-4.8: broken std::thread on Hurd

2014-05-26 Thread Matthias Klose
see https://gcc.gnu.org/ml/gcc/2013-09/msg00196.html and follow-ups. Is this really specific for the Hurd? Matthias -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#749290: g++-4.8: broken std::thread on Hurd

2014-05-25 Thread Pino Toscano
On 2014-05-26 02:31, Gabriele Giacone wrote: $ wget https://bugs.launchpad.net/ubuntu/+source/gcc-defaults/+bug/1228201/+attachment/3831609/+files/thread.cpp $ g++ thread.cpp -pthread -std=c++11 -o thread $ ./thread terminate called after throwing an instance of 'std::system_error' what(): En

Bug#749290: g++-4.8: broken std::thread on Hurd

2014-05-25 Thread Gabriele Giacone
Package: g++-4.8 Version: 4.8.3-1 Severity: normal Control: found -1 gcc-4.9/4.9.0-2 Ubuntu bug #1228201 affects hurd. https://bugs.launchpad.net/ubuntu/+source/gcc-defaults/+bug/1228201 On hurd $ wget https://bugs.launchpad.net/ubuntu/+source/gcc-defaults/+bug/1228201/+attachment/3831609/