10 Mar
2007
10 Mar
'07
8:28 a.m.
On Wed, 2007-03-07 at 10:19 +0100, Steffen Kaiser wrote:
For testing I start dovecot with dovecot -F, when I kill it via ^C sometimes there are log entries like this:
dovecot: Mar 07 10:10:13 Warning: I/O leak: 0x804d890 (15) dovecot: Mar 07 10:10:13 Warning: I/O leak: 0x804d890 (26)
(gdb) x 0x804d890 0x804d890 <login_process_input>: 0x81e58955
I guess it's not important because Dovecot is interrupted.
Yea, those aren't really important anyway. Perhaps I shouldn't even log them unless --enable-debug was used.. Anyway, I don't think I'll bother fixing those leaks because that code is pretty ugly and I would probably just end up breaking it. Dovecot v2.0 will have that code rewritten. :)