On Thu, 15 Mar 2007 01:48:42 +0900, Sylvain Joyeux <sylvain.joyeux / m4x.org> wrote: > Here's the fix for ConditionVariable#wait. The problem occurs when the two > thread that are trying to access the condition variable are also in > concurrence for the mutex (see below) Your fix looks good. -mental