Skip Menu |

This queue is for tickets about the FlatFile-DataStore CPAN distribution.

Report information
The Basics
Id: 44451
Status: resolved
Priority: 0/
Queue: FlatFile-DataStore

People
Owner: bbaxter [...] cpan.org
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.08
Fixed in: 0.15



Subject: Possible problem with locked temporary files on BSD systems
The t/FlatFile-DataStore.t test hangs on my FreeBSD system. As there are no other success reports from any *BSD system, and because the hanging process is in the "lockf" state, I assume that the test suite has problems with the implicite locking of File::Temp on systems which support this (notably BSD systems). To fix this problem the File::Temp manpage suggests to use ($fh, $filename) = tempfile($template, EXLOCK => 0); Regards, Slaven
This was resolved in version 0.15 by stopping the practice of caching open file handles.