Re: [Dovecot] Timeout leak in get quota

2011-10-10 Thread Danilo
On 08/10/2011 15:09, Nikita Koshikov wrote: > On Thu, 29 Sep 2011 15:05:53 +0200 > Danilo wrote: > >> Hello! >> I wrote perl script for read current quota usage, it works but when I run the >> program I receive a warning in Dovecot log: >> >> 2011-09-29 14:45:30 doveadm(gu...@testmail.com): Warnin

Re: [Dovecot] Timeout leak in get quota

2011-10-08 Thread Nikita Koshikov
On Thu, 29 Sep 2011 15:05:53 +0200 Danilo wrote: > Hello! > I wrote perl script for read current quota usage, it works but when I run the > program I receive a warning in Dovecot log: > > 2011-09-29 14:45:30 doveadm(gu...@testmail.com): Warning: Timeout leak: > 0x7f14800ad970 > > This is the scr

Re: [Dovecot] Timeout leak in get quota

2011-10-03 Thread Francesco Fiore
Hi! I've the same problem. I use the same input string inside a Java standalone application. The request would appear correct and I receive always a correct response but Dovecot print the same warning into the log... My Dovecot version is 2.0.13. Thanks in advance for any help! Francesco On 29

[Dovecot] Timeout leak in get quota

2011-09-29 Thread Danilo
Hello! I wrote perl script for read current quota usage, it works but when I run the program I receive a warning in Dovecot log: 2011-09-29 14:45:30 doveadm(gu...@testmail.com): Warning: Timeout leak: 0x7f14800ad970 This is the script: === #!/usr/bin/perl use strict;

Re: [Dovecot] Timeout leak with dovecot version dovecot1.2(8985:f43bebab3dac)

2009-05-01 Thread Timo Sirainen
On Wed, 2009-04-29 at 14:52 -0400, jsie...@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

Re: [Dovecot] Timeout leak with dovecot version dovecot1.2(8985:f43bebab3dac)

2009-04-30 Thread Jonathan Siegle
On Apr 30, 2009, at 3:06 PM, Timo Sirainen wrote: On Thu, 2009-04-30 at 15:04 -0400, Jonathan Siegle wrote: telnet localhost 143 1 login user pass 2 select inbox 3 logout Does it get logged? What if you select some other mailbox instead? Yes it gets logged. I did your steps and reproduced.

Re: [Dovecot] Timeout leak with dovecot version dovecot1.2(8985:f43bebab3dac)

2009-04-30 Thread Timo Sirainen
On Thu, 2009-04-30 at 15:04 -0400, Jonathan Siegle wrote: > > telnet localhost 143 > > 1 login user pass > > 2 select inbox > > 3 logout > > > > Does it get logged? What if you select some other mailbox instead? > > > > Yes it gets logged. I did your steps and reproduced. I also did > login;sele

Re: [Dovecot] Timeout leak with dovecot version dovecot1.2(8985:f43bebab3dac)

2009-04-30 Thread Jonathan Siegle
On Apr 29, 2009, at 2:58 PM, Timo Sirainen wrote: On Wed, 2009-04-29 at 14:52 -0400, jsie...@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 onl

Re: [Dovecot] Timeout leak with dovecot version dovecot1.2(8985:f43bebab3dac)

2009-04-30 Thread jsiegle
On Wed, 29 Apr 2009, Timo Sirainen wrote: On Wed, 2009-04-29 at 14:52 -0400, jsie...@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

Re: [Dovecot] Timeout leak with dovecot version dovecot1.2(8985:f43bebab3dac)

2009-04-29 Thread Timo Sirainen
On Wed, 2009-04-29 at 14:52 -0400, jsie...@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 ha

[Dovecot] Timeout leak with dovecot version dovecot1.2(8985:f43bebab3dac)

2009-04-29 Thread jsiegle
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 lea

Re: [Dovecot] Timeout leak

2007-10-06 Thread Lars Stavholm
Timo Sirainen wrote: > 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

Re: [Dovecot] Timeout leak

2007-10-05 Thread Timo Sirainen
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

[Dovecot] Timeout leak

2007-10-01 Thread Lars Stavholm
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? Cheers /Lars