[Dovecot] RE: [dovecot-cvs] dovecot/src/lib-storage/index index-mail.c, 1.102, 1.103

Timo Sirainen tss at iki.fi
Mon Jul 3 17:08:13 EEST 2006


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: not available
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.pgp


More information about the dovecot mailing list