Kathy and I are not sure what the best fix is for this issue. A symlink lock is used on Mac OS and Linux if fnctl-based locking fails. The symlink is named .parentlock and points to a "signature" string that looks like: ipaddr:pid, e.g.,
.parentlock -> 192.168.1.99:54301
One approach would be to always use 127.0.0.1 for the IP address. Other ideas? I guess with modern NFS we will never get here because fcntl() is supported by the (network) file system? Kathy and I are not 100% sure about that though.
Trac: Cc: brade, gk to brade, gk, mikeperry Status: new to needs_information