On Apr 29, 2009, at 2:58 PM, 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
Does it get logged? What if you select some other mailbox instead?
Yes it gets logged. I did your steps and reproduced. I also did
login;select;close;logout and that also gave me the error.