
26 Nov
2007
26 Nov
'07
2:40 a.m.
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