Subject: | Test hangs on freebsd systems |
See subject. I did not look further into the issue, but it looks like a locking issue (the state of the test process is
load: 1.05 cmd: perl5.18.2 76214 [lockf] 1199.14r 0.58u 0.06s 0% 25580k
). Locking problems often happen on BSD systems, because File::Temp is using locking by default. See the File::Temp manpage.
Regards,
Slaven