On 18 Nov 2016, at 3:14am, Kevin O'Gorman <kevinogorm...@gmail.com> wrote:

> 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?

Normal recommendation is to use GDB.  You can find several tutorials on how to 
use GDB to spot seg faults on the web.

Some other deveopment environments have shells around GBD or tools which will 
spot misused memory, for example Apple's Xcode environment.

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to