Philip Martin <philip.mar...@wandisco.com> writes: > It appears that the kernel deadlock detection sometimes produces false > positives
I believe I was mistaken when I assumed that fcntl() would block just the thread making the call; rereading the man page I think it is the whole process that blocks. That means this is not a false positive. -- Philip