Bill Boebel
2006-Jul-03 13:59 UTC
[Dovecot] RE: [dovecot-cvs] dovecot/src/lib-storage/index index-mail.c, 1.102, 1.103
Fyi, after this patch I started seeing the error below: Jul 3 09:46:55 mail11a dovecot: IMAP(user at 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 at 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, > >
Timo Sirainen
2006-Jul-03 14:08 UTC
[Dovecot] RE: [dovecot-cvs] dovecot/src/lib-storage/index index-mail.c, 1.102, 1.103
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 at 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 at 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, > > > >-------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: <http://dovecot.org/pipermail/dovecot/attachments/20060703/219fe6a4/attachment.bin>