On Mon, 23 Nov 2009 11:46:35 -0500 Timo Sirainen tss@iki.fi wrote:
On Mon, 2009-11-23 at 09:59 +0200, Nikita Koshikov wrote:
With above patch applied, I got this one crash:
Nov 23 09:42:59 IMAP(alice@domain.com): Panic: file mail-index-sync-ext.c: line 625 (mail_index_sync_ext_hdr_update): assertion failed: (ext->hdr_offset + offset + size <= map->hdr.header_size)
Finally it works!!! Thanks.
Also that crash doesn't get fixed by itself, so either delete the virtual mailbox's dovecot.index* files or/and apply this patch:
My indexes are located in the memory (:INDEX=MEMORY:) so I don't apply this patch. If you need me to test it - please let me know.
And I finally created 1000 mailboxes myself and tested that it actually works now.
Again, Thanks for your work.