Hi Timo,
Just tested with the latest build, no crash but also no fts result. I found the following in the log:
dovecot: Dec 07 10:45:06 Info: IMAP(joewong99:joew.outblaze.com): maildir++: root=/mailfs/4/22/3/joewong99:joew.outblaze.com@joew_outblaze_com/Maildir, index=, control=, inbox=/mailfs/4/22/3/joewong99:joew.outblaze.com@joew_outblaze_com/Maildir dovecot: Dec 07 10:45:12 Error: IMAP(joewong99:joew.outblaze.com): Corrupted squat uidlist file /mailfs/4/22/3/joewong99:joew.outblaze.com@joew_outblaze_com/Maildir/dovecot.index.search.uids: Broken uidlists dovecot: Dec 07 10:45:22 Error: IMAP(joewong99:joew.outblaze.com): Corrupted squat uidlist file /mailfs/4/22/3/joewong99:joew.outblaze.com@joew_outblaze_com/Maildir/dovecot.index.search.uids: Broken uidlists dovecot: Dec 07 10:45:27 Error: IMAP(joewong99:joew.outblaze.com): Corrupted squat uidlist file /mailfs/4/22/3/joewong99:joew.outblaze.com@joew_outblaze_com/Maildir/dovecot.index.search.uids: Broken uidlists dovecot: Dec 07 10:45:39 Error: IMAP(joewong99:joew.outblaze.com): Corrupted squat uidlist file /mailfs/4/22/3/joewong99:joew.outblaze.com@joew_outblaze_com/Maildir/dovecot.index.search.uids: Broken uidlists dovecot: Dec 07 10:45:44 Error: IMAP(joewong99:joew.outblaze.com): Corrupted squat uidlist file /mailfs/4/22/3/joewong99:joew.outblaze.com@joew_outblaze_com/Maildir/dovecot.index.search.uids: Broken uidlists dovecot: Dec 07 10:45:49 Error: IMAP(joewong99:joew.outblaze.com): Corrupted squat uidlist file /mailfs/4/22/3/joewong99:joew.outblaze.com@joew_outblaze_com/Maildir/dovecot.index.search.uids: Broken uidlists dovecot: Dec 07 10:45:53 Info: IMAP(joewong99:joew.outblaze.com): Disconnected: Logged out bytes=159/3278
What else do I missed? Mailbox and indexes are on NFS, is this the cause of the problem?
Regards,
- Joe
On Thu, 6 Dec 2007, Timo Sirainen wrote:
On Thu, 2007-12-06 at 12:13 +0800, Joe Wong wrote:
Here is the backtrace for your reference. I have already applied dovecot-97702c9c4111 changes to my 1.1 beta10 code base.
I am running dovecot on FC7, gcc 4.1.2, mailbox is on NFS. Whenever I did
UID SEARCH body "xxxx"
imap crashes. .. #4 0x080c9f2c in i_panic (format=0x80ebb5c "Leaked a t_pop() call in timeout handler %p") at failures.c:197
Try http://dovecot.org/nightly/dovecot-latest.tar.gz. I've rewritten t_push/t_pop handling there so that this should never happen anymore.
--