On Wed, 29 Apr 2009, Timo Sirainen wrote:
On Wed, 2009-04-29 at 14:52 -0400, jsiegle@psu.edu wrote:
This is 64bit AIX 5.3. Looking through previous versions of dovecot, I see this warning. I didn't realize this was something bad until today.
It's not exactly bad. It gets logged only when the process is exiting. But it shouldn't be happening either.
local0.log.20090429:Apr 29 12:41:16 hostname dovecot: IMAP(jsiegle): Timeout leak: 1100054c0
How easily can you reproduce this? For example if you do:
telnet localhost 143 1 login user pass 2 select inbox 3 logout
Oh lovely. Now when I do these steps I see in the logs: Apr 30 08:06:23 tr27n12.aset.psu.edu syslog: PSU mbox-snarf name is INBOX Apr 30 08:06:23 tr27n12.aset.psu.edu dovecot: Panic: IMAP(tstem38): file istream-mail-stats.c: line 75: assertion failed: (ret != -1 || stream->istream.eof || stream->istream.stream_errno != 0) Apr 30 08:06:23 tr27n12.aset.psu.edu dovecot: child 630886 (imap) killed with signal 6
I don't get this error for other folders, just the INBOX.
I don't get the timeout leak very often. Maybe 15 times a day total for multiple users. I'll do some more debugging of that problem and report back.
-Jonathan