Boost logo

Boost :

From: Jonathan Wakely (cow_at_[hidden])
Date: 2005-09-21 17:49:34


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


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk