On Sun, Oct 5, 2008 at 5:44 PM, Timo Sirainen tss@iki.fi wrote:
On Sun, 2008-10-05 at 17:23 +0200, Diego Liziero wrote:
Not the asset in the subject, but "file index-mail.c: line 1091 (index_mail_close): assertion failed: (!mail->data.destroying_stream)" means "Dovecot ran out of disk space".
Right. And that had been annoying me for a long time now. Fixed finally: http://hg.dovecot.org/dovecot-1.1/rev/3b0d23902a32
Another "Dovecot ran out of disk space" (if you feel like it's worth fixing it)
(sorry, no core file as user was out of fs quota)
file mbox-sync-rewrite.c: line 590 (mbox_sync_rewrite): assertion failed: (mails[idx].from_offset == start_offset)
Raw backtrace: /usr/libexec/dovecot/imap [0x80d0ae0] -> /usr/libexec/dovecot/imap [0x80d0b3a] -> /usr/libexec/dovecot/imap [0x80d03cc] -> /usr/libexec/dovecot/imap(mbox_sync_rewrite+0xe05) [0x8086675] -> /usr/libexec/dovecot/imap(mbox_sync+0x140c) [0x80845ec] -> /usr/libexec/dovecot/imap(mbox_storage_sync_init+0x47) [0x8084b87] -> /usr/libexec/dovecot/imap(imap_sync_init+0x49) [0x8066889] -> /usr/libexec/dovecot/imap(cmd_sync_delayed+0x1a9) [0x8066ad9] -> /usr/libexec/dovecot/imap [0x806083e] -> /usr/libexec/dovecot/imap(client_input+0x5e) [0x806090e] -> /usr/libexec/dovecot/imap(io_loop_handler_run+0x100) [0x80d8710] -> /usr/libexec/dovecot/imap(io_loop_run+0x28) [0x80d77f8] -> /usr/libexec/dovecot/imap(main+0x4ac) [0x806848c] -> /lib/libc.so.6(__libc_start_main+0xdc) [0x42bdec] -> /usr/libexec/dovecot/imap [0x805a1f1]
Diego