Displaying 2 results from an estimated 2 matches for "timeout_get_wait_time".
2018 Feb 13
1
dovecot: master: Panic: kevent() failed: Invalid argument
...16:46:27 mail dovecot: master: Panic: kevent(events=74,
ts=59.1000000000) failed: Invalid argument
Looking through the code, the panic is triggered in
io_loop_handler_run_internal().? The timeout values for the kevent()
call are obtained by calling io_loop_get_wait_time(), which in turn
calls timeout_get_wait_time() (both in ioloop.c).
The timeout is computed by subtracting the value returned by
gettimeofday() from timeout->next_run, and it looks like in very rare
cases the result in tv_r->tv_usec is 1000000uS (1 second).
So, it seems that if gettimeofday() returns exactly 0 microseconds, and
time...
2008 Nov 28
2
Panic in 1.1.6 file ioloop.c: line 206
Hi all,
I just had a panic with dovecot 1.1.6, two days after replacing 1.0.15
with it in production.
Here are the logs immediately preceding the panic, I think they're
related. It seems the user connected simultaneously from two different
clients, from his own computer and a webmail running on the server, then
manipulated mail folders on one side, and logged out. The panic occurred
3