On Saturday 26 January 2008 09:34:22 Timo Sirainen wrote: > On Sat, 2008-01-26 at 09:13 +0100, Daniel wrote: > > Hi! > > > > Using HEAD, and after the 7193:e5af14239137 changeset (Store > > physical message sizes also to dovecot-uidlist if needed.) I'm > > getting this: > > Hmm. I tried a few ways and couldn't get it to crash. > > > #3 0x1c0741cb in i_panic (format=0x3c000100 "file %s: line %d > > (%s): assertion failed: (%s)") at failures.c:195 > > No locals. > > #4 0x1c029a89 in maildir_mail_get_physical_size (_mail=0x7ee27428, > > size_r=0xcfbee598) at maildir-mail.c:361 > > My lines 361-362 are: > > mail_storage_set_critical(_mail->box->storage, > "stat(%s) failed: %m", path); > > I don't think it came from that. What was the actual assert message?
This is the assert message in the error log: file maildir-mail.c: line 336 (maildir_mail_get_physical_size): assertion failed: (mail->data.virtual_size != (uof f_t)-1) Daniel