search for: g0000000000014364

Displaying 2 results from an estimated 2 matches for "g0000000000014364".

2017 Dec 29
2
notmuch: Xapian exception during database creation
...lesystem, adding mail to a new database: > agrajag-testing ~/s/notmuch % ./notmuch new > Found 605510 total files (that's not much mail). > add_file: A Xapian exception occurred36m 37s remaining). > A Xapian exception occurred adding message: Unexpected end of posting list for 'G0000000000014364'. > Processed 137296 total files in 1h 21m 17s (28 files/sec.). > Added 135950 new messages to the database. > Note: A fatal error was encountered: A Xapian exception occurred > agrajag-testing ~/s/notmuch % This happens consistently at this point in the process - if I remove the...
2017 Dec 29
0
notmuch: Xapian exception during database creation
...a new database: > > > agrajag-testing ~/s/notmuch % ./notmuch new > > Found 605510 total files (that's not much mail). > > add_file: A Xapian exception occurred36m 37s remaining). > > A Xapian exception occurred adding message: Unexpected end of posting list for 'G0000000000014364'. Each posting list chunk has a "last chunk" flag - this exception means this flag appears not to be set for the final chunk for the term 'G0000000000014364'. The update logic for this flag is somewhat complex, but it looks OK to me. This code hasn't changed recently ei...