[Dovecot] Timeout leak

Timo Sirainen tss at iki.fi
Sat Oct 6 03:52:14 EEST 2007


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: not available
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.bin 


More information about the dovecot mailing list