Re: [Dovecot] RE: [dovecot-cvs] dovecot/src/lib-storage/index index-mail.c, 1.102, 1.103
Woops... yep, that was the problem. Sorry.
Bill
On Mon, July 3, 2006 10:08 am, Timo Sirainen
Are you sure you're not just mixing changes to CVS HEAD and branch_1_0? CVS HEAD was broken for days before this patch fixed it.
On Mon, 2006-07-03 at 09:59 -0400, Bill Boebel wrote: Fyi, after this patch I started seeing the error below:
Jul 3 09:46:55 mail11a dovecot: IMAP(user@example.com): file mail-cache-lookup.c: line 270 (mail_cache_field_exists): assertion failed: (field < view->cache->fields_count)
Bill
On Mon, July 3, 2006 7:12 am, tss-movial@dovecot.org said:
Update of /var/lib/cvs/dovecot/src/lib-storage/index In directory talvi:/tmp/cvs-serv31265/lib-storage/index
Modified Files: index-mail.c Log Message: Crashfix: Added missing date.save field.
Index: index-mail.c =================================================================== RCS file: /var/lib/cvs/dovecot/src/lib-storage/index/index-mail.c,v retrieving revision 1.102 retrieving revision 1.103 diff -u -d -r1.102 -r1.103 --- index-mail.c 29 Jun 2006 11:08:55 -0000 1.102 +++ index-mail.c 3 Jul 2006 11:12:15 -0000 1.103 @@ -21,6 +21,8 @@ sizeof(struct mail_sent_date), 0 }, { "date.received", 0, MAIL_CACHE_FIELD_FIXED_SIZE, sizeof(time_t), 0 }, + { "date.save", 0, MAIL_CACHE_FIELD_FIXED_SIZE, + sizeof(time_t), 0 }, { "size.virtual", 0, MAIL_CACHE_FIELD_FIXED_SIZE, sizeof(uoff_t), 0 }, { "size.physical", 0, MAIL_CACHE_FIELD_FIXED_SIZE,
participants (1)
-
Bill Boebel