$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Martin Wille (mw8329_at_[hidden])
Date: 2007-11-25 21:40:40
Hartmut Kaiser wrote:
> Anthony,
>
>>> Some Wave tests do fail because of spurious thread
>> exceptions as well (here:
>>> http://tinyurl.com/2cfbzb).
>> I'd like to know which resource limits have been exceeded
>
> I have no access to the platforms in question, all I can tell is that a
> 'boost::thread_resource_error' has been thrown.
Quite likely, the number of threads exceeded a limit imposed on the test
machine. This is the same as for other Boost.Thread related failures
we've seen recently from my machine.
The limit has been raised globally, so if a test does not spawn many
threads then it should not fail due to this condition anymore.
Regards,
m