Re: [Dovecot] 1.2.7: recs[i]->uid < rec-> uid

2009-11-25 Thread Brandon Davidson
Timo, > -Original Message- > > I'm not really sure why these are happening. I anyway changed them from > > being assert-crashes to just logged errors. I'm interested to find out > > what it logs now and if there are any user-visible errors. > > http://hg.dovecot.org/dovecot-1.2/rev/e47eb50

Re: [Dovecot] 1.2.7: recs[i]->uid < rec-> uid

2009-11-24 Thread Marco Nenciarini
Brandon Davidson ha scritto: For the record, the old epoll_ctl issue was resolved by the patch that reordered the fd closes. We ran 1.2.6 with that patch for quite a while and it didn't reoccur once. I can confirm that the epoll_ctl bug was resolved. Kind Regards, Marco -- ---

Re: [Dovecot] 1.2.7: recs[i]->uid < rec-> uid

2009-11-24 Thread Brandon Davidson
> -Original Message- > On Sun, 2009-11-22 at 23:54 +0100, Edgar Fuß wrote: > > I'm getting this Panic with some users on dovecot-1.2.7: > > > > Panic: file maildir-uidlist.c: line 1242 > > (maildir_uidlist_records_drop_expunges): assertion failed: (recs[i]- > > >uid < rec-> > > uid) > > I

Re: [Dovecot] 1.2.7: recs[i]->uid < rec-> uid

2009-11-23 Thread Timo Sirainen
On Mon, 2009-11-23 at 20:08 +0100, Edgar Fuß wrote: > > I'm interested to find out what it logs now > Nothing. > > > and if there are any user-visible errors. > No. > > It simply seems to work?! It simply replaced assert-crash with non-crashing logging. If anything appears to be fixed, it's noth

Re: [Dovecot] 1.2.7: recs[i]->uid < rec-> uid

2009-11-23 Thread Edgar Fuß
> I'm interested to find out what it logs now Nothing. > and if there are any user-visible errors. No. It simply seems to work?! I've still disabled the 1.2.7 server and am only testing with my own account (which triggered the error). I can re-enable the server for public use if that helps.

Re: [Dovecot] 1.2.7: recs[i]->uid < rec-> uid

2009-11-23 Thread Timo Sirainen
On Sun, 2009-11-22 at 23:54 +0100, Edgar Fuß wrote: > I'm getting this Panic with some users on dovecot-1.2.7: > > Panic: file maildir-uidlist.c: line 1242 > (maildir_uidlist_records_drop_expunges): assertion failed: (recs[i]- > >uid < rec-> > uid) I'm not really sure why these are happening.

Re: [Dovecot] 1.2.7: recs[i]->uid < rec-> uid

2009-11-22 Thread Cor Bosman
On Nov 23, 2009, at 6:54 AM, Edgar Fuß wrote: > I'm getting this Panic with some users on dovecot-1.2.7: > > Panic: file maildir-uidlist.c: line 1242 > (maildir_uidlist_records_drop_expunges): assertion failed: (recs[i]->uid < > rec-> > uid) > > There's another dovecot-1.2.3 running on identi

[Dovecot] 1.2.7: recs[i]->uid < rec-> uid

2009-11-22 Thread Edgar Fuß
I'm getting this Panic with some users on dovecot-1.2.7: Panic: file maildir-uidlist.c: line 1242 (maildir_uidlist_records_drop_expunges): assertion failed: (recs[i]- >uid < rec-> uid) There's another dovecot-1.2.3 running on identical hardware accessing the same NFS mail storage without p