$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] boost::thread condition variables
From: Eric J. Holtman (eric_at_[hidden])
Date: 2010-05-09 13:34:59
On 5/8/2010 7:10 PM, Eric J. Holtman wrote:
>
> Is there a limit to the number that can be constructed/destructed in a
> single process over time?
>
> .....
>
> Now, it's entirely possible that I have some other
> bizarre race condition. In fact, if my previous years
> of experience have taught me anything, I will discover
> that error in the very next session after I hit "send"
> on this email.
>
Sure enough, it was a race. I was destructing the condvar
while it was still in the midst of processing notify_all ().
Eric <------ idiot.
Sorry, all.