Subject: | Hanging tests (due to locking?) |
The t/04empty_repo.t and following tests are hanging on my system
(FreeBSD 7.0 with perl 5.8.9). I suspect it is due to different
File::Temp behaviour on BSD systems. On these systems, temporary files
are also created with a mandatory lock (this can be switched off). A
lsof output of a hanging process looks like this:
...
perl5.8.9 82100 cpansand 3uW VREG 0,112 1124 3584
/tmp/temporary_dbm_4baiA
perl5.8.9 82100 cpansand 4u VREG 0,112 1124 3584
/tmp/temporary_dbm_4baiA
...
Regards,
Slaven