$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Thread changes from Boost 1.38 to 1.45
From: Eric J. Holtman (eric_at_[hidden])
Date: 2011-02-02 08:12:07
On 2/2/2011 2:33 AM, Viatcheslav.Sysoltsev_at_[hidden] wrote:
> boost::thread is quite simple component, just start your code in
> debugger and see where it fails. What's the point to guess if you don't
> provide details
>
Yeah, nothing like adding in a debugger to change the
race conditions and hide your bugs.
If there's one word I would *not* use in reference to
anything multi-threaded, it's "simple".