https://bugzilla.novell.com/show_bug.cgi?id=231845 ------- Comment #8 from okir@novell.com 2007-01-08 06:57 MST ------- Re comment #6 - this is what I said :-) First, it does a POSIX lock: fcntl64(7, F_SETLKW64, {type=F_WRLCK, }) = 0 Then it tries a BSD lock: flock(7, LOCK_EX|LOCK_NB) = -1 EAGAIN Then it gives up and drops the POSIX lock: fcntl64(7, F_SETLK64, {type=F_UNLCK, ...}) = 0 Martin, as you can reproduce this problem, can you please check /proc/pid/status of the hung procmail process and check whether TGID matches the PID or not? If it matches, we may have a different kind of kernel problem here which needs investigating. I think it's too early to call for an update of procmail yet. Let's first find out what the issue really is. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.