search for: mail_cache_field_fixed_size

Displaying 4 results from an estimated 4 matches for "mail_cache_field_fixed_size".

2006 Jul 03
1
RE: [dovecot-cvs] dovecot/src/lib-storage/index index-mail.c, 1.102, 1.103
...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, > >
2006 Jul 03
0
RE: [dovecot-cvs] dovecot/src/lib-storage/index index-mail.c, 1.102, 1.103
...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, > > >
2014 Apr 23
1
core dump in mail_cache_header_fields_read()
...for (p = names; p != end && *p != '\0'; p++) ; (gdb) bt full #0 0x00007fca22f0ca85 in mail_cache_header_fields_read (cache=cache at entry=0x7fca24a04f70) at mail-cache-fields.c:369 field_hdr = 0x7fca21d37010 field = {name = 0x0, idx = 0, type = MAIL_CACHE_FIELD_FIXED_SIZE, field_size = 0, decision = MAIL_CACHE_DECISION_NO, last_used = 0} last_used = 0x7fca21d3701c sizes = 0x7fca79d3701c types = 0x7fcad1d3701c <Address 0x7fcad1d3701c out of bounds> decisions = 0x7fcae7d3701c <Address 0x7fcae7d3701c out of bound...
2014 Feb 10
0
Segmentation fault in libdovecot-storage.so
..._log notify pop3_uidl_format = UID%u-%v } ------------------------------------------------------- (gdb) bt full #0 0x00007f351537e9cd in mail_cache_header_fields_read (cache=0xf16740) at mail-cache-fields.c:369 field_hdr = 0x7f35157ed040 field = {name = 0x0, idx = 0, type = MAIL_CACHE_FIELD_FIXED_SIZE, field_size = 0, decision = MAIL_CACHE_DECISION_NO, last_used = 0} last_used = 0x7f35157ed04c sizes = 0x7f35217ed04c types = 0x7f352d7ed04c <Address 0x7f352d7ed04c out of bounds> decisions = 0x7f35307ed04c <Address 0x7f35307ed04c out of bounds>...