
"John Maddock" <john@johnmaddock.co.uk> wrote in message news:001501c82eb5$7a293ba0$3ce70c52@fuji...
Beman Dawes wrote:
Which specific test are you concerned about? regex_regress_threaded? Any others?
Yes, currently just http://tinyurl.com/yqx58t is failing because of a thread resource issue: I checked in some changes to that test case so it does fail anymore if thread creation fails (the rationale being "it's not my fault"), but I'm seeing sporadic failures on the same test from Boost.Test throwing a system_error *before* cpp_main is reached. It could be an issue with whatever the load is on the test machine sometimes tripping that test up.
I've commited changes into Program Execution Monitor, so system_error is caught and reported inside cpp_main.ipp. It should shed some light on the cause of failure. I also added failed expression string to the system_error. Gennadiy