[Bug 1631218] Re: seg faults in sqlite3 program

2016-10-07 Thread Kevin O'Gorman
I'm now confident it's consistent. I've rebuilt the database from scratch several times, and it always seg faults at the same stage (there are several stages). I've tried VACUUM just before that stage, to no effect other than making the failed DB a bit smaller. I'll be continuing attempts to fin

[Bug 1631218] Re: seg faults in sqlite3 program

2016-10-06 Thread Kevin O'Gorman
here's the program it was running. Here's the database schema CREATE TABLE base64 ( b64char CHAR NOT NULL PRIMARY KEY, b64val INTEGER); CREATE TABLE pos ( pnum INTEGER PRIMARY KEY AUTOINCREMENT, ppos CHAR(64) NOT NULL, pcensus INTEGER NOT NULL, psco