On 23.12.2006, at 13.40, Nicolas STRANSKY wrote:
Dec 21 21:06:46 rouge dovecot: pop3-login: inotify_init() failed: Too many open files The maildir mailboxes are on NFS, but the indexes are local. What
should be done to correct this error ?
The above error happened just after pop3-login process was created.
So if it doesn't happen every time, it means that you were globally
running low on available file descriptors. NFS, indexes and such
probably don't matter here. If it happens often you should find out
where all the file descriptors are going.
These two error have appeared only once: Dec 22 11:02:07 rouge dovecot: IMAP(xxxxxx): file client.c: line 378 (client_handle_input): assertion failed: (!client->disconnected)
Fixed now in CVS: http://dovecot.org/list/dovecot-cvs/2007-January/ 007344.html
Should be pretty rare problem, and even then it doesn't really matter
much since it crashes only after user has been disconnected.
Dec 22 12:43:20 rouge dovecot: IMAP(xxxxxx): free(): invalid pointer 0x5bbbe0!
This is bad.
Dec 22 12:43:20 rouge dovecot: child 26938 (imap) killed with
signal 11 Dec 22 12:43:20 rouge kernel: imap[26938]: segfault at
0000000000000018 rip 00002b328a17e527 rsp 00007fff20bbb230 error 6This one seems to have disappeared after patching src/lib-index/mail-index.c as you suggested on the list. Dec 21 14:15:44 rouge dovecot: child 21826 (imap) killed with
signal 11 Dec 21 14:15:44 rouge kernel: imap[21826]: segfault at
0000000000000098 rip 0000000000425bf8 rsp 00007fffd7433b10 error 4
These all seem to be related. What patching did I suggest? Do these
still happen? If you could get a gdb backtrace from these, it'd be
really helpful. See http://dovecot.org/bugreport.html