On Mon, 2007-10-01 at 14:24 +0200, Lars Stavholm wrote:
> In my development environment I sometimes get:
> 
> dovecot: IMAP(stava): Timeout leak: 0x4425d0
> 
> Does anyone know what it means or how I can use this information?

It means timeout_add() was called, but the returned struct wasn't passed
to timeout_remove(). The number above is a pointer and with gdb's help
you can figure out what function it points to:

gdb /usr/local/libexec/dovecot/imap
l *0x4425d0

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to