
21 Sep
2005
21 Sep
'05
10:49 p.m.
This is almost certainly with GCC 3.3 or 3.4, as Troy said, it doesn't happen with GCC4. There are 3-4 Boost tests that hang when compiled with GCC3.[34] I simply run the tests with a cpu limit so those processes are killed after 5 mins (that's on linux x86-64, and none of the other tests take anywhere near 5 mins, so the tests finish in reasonable time) ulimit -m 524288 -d 524288 -v 1046576 -t 300 (right before "# STEP 5:") jon