jsiegle at psu.edu
2009-Apr-29 18:52 UTC
[Dovecot] Timeout leak with dovecot version dovecot1.2(8985:f43bebab3dac)
This is 64bit AIX 5.3. Looking through previous versions of dovecot, I see this warning. I didn't realize this was something bad until today. My environment uses mbox/mbox-snarf plugin. The message in the logs is: local0.log.20090429:Apr 29 12:41:16 hostname dovecot: IMAP(jsiegle): Timeout leak: 1100054c0 In dbx(the AIX debugger) I see: $ dbx imap Type 'help' for help. reading symbolic information ... (dbx) gotoi 0x1100054c0 Goto address is not within current function or block. (set $unsafegoto to override) (dbx) set $unsafegoto (dbx) gotoi 0x1100054c0 stopped in cmd-append. at 0x1100054c0 0x1100054c0 (???) 00000001 Invalid opcode. (dbx) where cmd-append.() at 0x1100054c0 If you need more info, don't hesitate to ask. Thanks, Jonathan
Timo Sirainen
2009-Apr-29 18:58 UTC
[Dovecot] Timeout leak with dovecot version dovecot1.2(8985:f43bebab3dac)
On Wed, 2009-04-29 at 14:52 -0400, jsiegle at psu.edu wrote:> This is 64bit AIX 5.3. Looking through previous versions of dovecot, I see > this warning. I didn't realize this was something bad until today.It's not exactly bad. It gets logged only when the process is exiting. But it shouldn't be happening either.> local0.log.20090429:Apr 29 12:41:16 hostname dovecot: > IMAP(jsiegle): Timeout leak: 1100054c0How easily can you reproduce this? For example if you do: telnet localhost 143 1 login user pass 2 select inbox 3 logout Does it get logged? What if you select some other mailbox instead?> (dbx) set $unsafegoto > (dbx) gotoi 0x1100054c0 > stopped in cmd-append. at 0x1100054c0I don't think this is correct, because there are no timeout callbacks in cmd-append.c. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 197 bytes Desc: This is a digitally signed message part URL: <http://dovecot.org/pipermail/dovecot/attachments/20090429/82e18e15/attachment-0002.bin>
Timo Sirainen
2009-May-01 18:55 UTC
[Dovecot] Timeout leak with dovecot version dovecot1.2(8985:f43bebab3dac)
On Wed, 2009-04-29 at 14:52 -0400, jsiegle at psu.edu wrote:> This is 64bit AIX 5.3. Looking through previous versions of dovecot, I see > this warning. I didn't realize this was something bad until today. > My environment uses mbox/mbox-snarf plugin. > > The message in the logs is: > > local0.log.20090429:Apr 29 12:41:16 hostname dovecot: > IMAP(jsiegle): Timeout leak: 1100054c0Fixed: http://hg.dovecot.org/dovecot-1.2/rev/66b6cd495702 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 197 bytes Desc: This is a digitally signed message part URL: <http://dovecot.org/pipermail/dovecot/attachments/20090501/e72d085b/attachment-0002.bin>