http://dovecot.org/test/ - Fixed dying with SIGIO signal with busy Maildir + Linux + IDLE system - Fixed maildir syncing: "UIDs not ordered in file" errors could have occured sometimes wrongly - --with-ioloop=epoll enables epoll code with Linux 2.6. Untested after my changes. - Pretty big changes in internal index handling code (I started this change 2-3 months ago..) Keywords are now the only big missing feature that is planned for v1.0. -------------- next part -------------- A non-text attachment was scrubbed... Name: PGP.sig Type: application/pgp-signature Size: 186 bytes Desc: This is a digitally signed message part URL: <http://dovecot.org/pipermail/dovecot/attachments/20040906/abd32800/attachment-0001.bin>
Timo Sirainen wrote:> - --with-ioloop=epoll enables epoll code with Linux 2.6. Untested after > my changes.I tested this briefly with Maildirs on Debian Sarge running 2.6.8 and did not encounter any problems. -- Tomi Hakala
I have some of these errors with -test40 (with multiple users): Sep 7 06:33:04 hostname dovecot: imap-login: Login: username [123.123.123.123] Sep 7 06:33:04 hostname dovecot: IMAP(username): file buffer.c: line 303 (buffer_set_used_size): assertion failed: (used_size <= buf->alloc) Sep 7 06:33:05 hostname dovecot: child 8323 (imap) killed with signal 6 Note that it is a signal-6, abort, and I can't get much out of the core file. I can trace the exact imap command if it's not immediately clear what caused it... Any ideas?