[Dovecot] looking for headway on Timeout leak
mail1 dovecot: imap(smith@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.
-David
On Fri, 2006-04-07 at 14:10 -0400, David Powers wrote:
mail1 dovecot: imap(smith@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.
participants (2)
-
David Powers
-
Timo Sirainen