[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Thread.join() ?
From: |
Étienne Dupuis |
Subject: |
Re: Thread.join() ? |
Date: |
Thu, 15 May 2003 15:05:58 +0200 |
Greetings,
I found the answer in a recent post by yourself; a joinSem.post() was
missing in Thread::close(). Adding it solved the problem.
Thanks, Étienne
----- Original Message -----
From: "Federico Montesino Pouzols" <address@hidden>
To: "Étienne Dupuis" <address@hidden>
Cc: <address@hidden>; "Ismaël Djima" <address@hidden>
Sent: Thursday, May 15, 2003 2:12 PM
Subject: Re: Thread.join() ?
I have just tested you example with the code in CVS and it
works fine. It may be an issue with your glibc or your kernel, as join
is a recent addition and I had not ever seen it failing. Also, the
strange behaviour of yield suggest that there is something very weird
in you system.