This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: 05 - Re: __gnu_cxx::__concurrence_ broadcast_error
- From: Deepak Shekhar <dipaktc at gmail dot com>
- To: Jonathan Wakely <jwakely dot gcc at gmail dot com>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Tue, 14 Jul 2009 20:53:12 +0530
- Subject: Re: 05 - Re: __gnu_cxx::__concurrence_ broadcast_error
- References: <672110150907130408m44cfd578w2daa33ad2c989554@mail.gmail.com> <-5542572493180545034@unknownmsgid>
I have built a cross compiler for arm-linux-gnueabi with following versions
Version :
GCC - 4.3.3
Glibc - 2.9
Binutils - 2.19.1
Similar issue is seen with Sourcery G++ 4.3-234 from Code Sourcery.
Deepak
On Tue, Jul 14, 2009 at 1:43 PM, Jonathan Wakely<jwakely.gcc@gmail.com> wrote:
> Waitlist reason: Jonathan Wakely (jwakely.gcc@gmail.com) is not on your
> Guest List | Approve sender | Approve domain
>
> 2009/7/13 Deepak Shekhar:
>>
>> Would someone please tell me what is the error -
>> __gnu_cxx::__concurrence_ broadcast_error ? Why and when do we get it
>> ?
>> If you can point to some material which can explain this, it will be
>> great.
>
> You haven't said which version of gcc you're using, but the header
> <ext/concurrence.h> shows the definition of that exception and, as far
> as I know, the only use. ?It indicates a call to
> gthread_cond_broadcast returned an error.
>
> Jonathan
>
>