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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL:
<http://dovecot.org/pipermail/dovecot/attachments/20071006/8a9af1b6/attachment-0002.bin>