Are there any known issues with pthread_cond_timedwait triggering way too early in 8.2 and 8.3B? My program happily waits for X seconds when running outside of Totalview, but in Totalview it instantly claims that the condition didn't trigger in time (tried to wait from 1-50 seconds).
If any further information is needed I can provide that, and possibly a small test case if I can get one up and running with the same problem.
Edit: This is on Linux x86 2.6.22-11 with gcc 4.1.2 and glibc 2.4 using NPTL.