I ran this thing 3 times with identical inputs, it is deterministic, but it failed after 66, 128 and 96 minutes respectively. Each run started with no database at all, and gets a single input from which the rest is calculated. The calculations are cached (in flat files), so and it never got to the poiint where it needed to calculate more. I get core files, but don't know how to interpret them.
The machine is a new i7 MOBO with 32 GB RAM, 32 GB swap (mostly unused), running Xubuntu Linux. The last run left me with a 16 GB database and a 600MB journal. SO: I need help bifurcating this problem. For instance, how can I tell if the fault lies in SQLite, or in python? Or even in the hardware, given that the time to failure is so variable? Can anyone help me make sense of the core file? -- #define QUESTION ((bb) || (!bb)) /* Shakespeare */ _______________________________________________ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users