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?
(dbx) set $unsafegoto (dbx) gotoi 0x1100054c0 stopped in cmd-append. at 0x1100054c0
I don't think this is correct, because there are no timeout callbacks in cmd-append.c.