All,
My build script periodically hangs on Linux systems. The last message I see on the log is "Trying to override old definition of datatype junit." This doesn't happen on OS X or Windows, but only in Ubuntu and CentOS. I did an strace on it the process and what I see is a child process is getting created but nanosleep is repeatedly being called. I don't see anything my unit tests that could cause such an issue. Any ideas? Thanks.