Displaying 1 result from an estimated 1 matches for "a3e40c6b14f".
Did you mean:
a3e40c6b14fe
2010 Oct 11
1
Dovecot 2.0.5 crash when It cannot remove maildir
This is scenario that cause segmentation fault in my Dovecot.
Maybe I do something wrong, but I don't know what...
We run: mailbox_delete
mailbox_delete do: mailbox_open(box) < 0
and after we have: box->v.delete(box) which run index_storage_mailbox_delete
index_storage_mailbox_delete do:
mailbox_close(box); and now mailbox is closed
(this close box->view and mailbox open)
Try to