Skip Menu |

This queue is for tickets about the File-Lockfile CPAN distribution.

Report information
The Basics
Id: 69181
Status: new
Priority: 0/
Queue: File-Lockfile

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc: srezic [...] iconmobile.com
AdminCc:

Bug Information
Severity: (no value)
Broken in: v1.0.5
Fixed in: (no value)



Subject: kill 0 check not enough
"perldoc perlipc" recommends to use the following line for the check whether a process is alive: kill 0 => $pid or $!{EPERM} Using only "kill 0" fails if the checking process has a different uid from the checked process. Regards, Slaven