Displaying 1 result from an estimated 1 matches for "768478".
2006 Oct 27
2
Deliver: command time exceed limit
...vecot/libexec/dovecot/deliver")
If I watch the deliver activity with ps/awk/watch, I see that if
deliver duration time exceed some seconds, the deliver process stay in
memory but do nothing. Here a strace output of this case:
Process 349 attached - interrupt to quit
gettimeofday({1161965973, 768478}, {0, 0}) = 0
poll(
Strace output nothing before the SIGKILL from postfix (command time
exceed 1200 second), the end of the strace:
[{fd=5, events=POLLIN|POLLPRI|POLLERR|POLLHUP|POLLNVAL}, {fd=9,
events=POLLIN|POLLPRI|POLLERR|POLLHUP|POLLNVAL}], 2, 2147483647) = -1
EINTR (Interrupted system call)...