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: signature.asc
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.bin>