On Mon, 2008-02-25 at 13:00 +0200, Timo Sirainen wrote:
On Feb 25, 2008, at 12:49 PM, Ralf Hildebrandt wrote:
- Timo Sirainen <tss@iki.fi>:
On Feb 25, 2008, at 9:44 AM, Ralf Hildebrandt wrote:
fmt=0x80e9534 "Trying to close mailbox %s with open transactions", .. #6 0x0805f9db in cmd_logout (cmd=0x81040c0) at cmd-logout.c:18
Any idea how to reproduce this?
User has a huge mailbox, probably the client runs into a timeout and disconnects.
No, the user logged in normally using LOGOUT command (cmd_logout() is
called). Hmm. Maybe the client is trying to pipeline commands and
issues a logout while another command is still running. Any idea what
the client is?
Well, I committed a change that might fix this: http://hg.dovecot.org/dovecot-1.1/rev/0917df31efec
I'll check it properly later.