[Dovecot] looking for headway on Timeout leak

Timo Sirainen tss at iki.fi
Sun Apr 9 13:12:15 EEST 2006


On Fri, 2006-04-07 at 14:10 -0400, David Powers wrote:
> mail1 dovecot: imap(smith at willcapmanagement.com): Timeout leak: 0x807fad0
> 
> Can anyone give me a heads up on what might cause the above message?  I 
> am working on polishing a plugin and it continues to throw this error 
> with no seeming consequences.

gdb /usr/local/libexec/dovecot/imap
x 0x807fad0

That shows the function name where timeout_add() was added. It means
that timeout_remove() wasn't called for it. I'm guessing you're just not
calling mailbox_close() or some other deinitialization function.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 191 bytes
Desc: This is a digitally signed message part
Url : http://dovecot.org/pipermail/dovecot/attachments/20060409/155f019f/attachment.pgp


More information about the dovecot mailing list