Hello, While doing some profiling in python, I ran into a crash in sqlite3. The workflow was pretty simple – one thread doing writes, another doing reads (of course, these are python threads, so it’s only “sort-of” concurrent).
This workflow worked fine with the shared cache disabled, but when I enabled the shared cache I was able to generate a core every time. Attached is a core file (sorry I don’t have symbols) as well as a copy of the script I was running. System info: running Linux Mint 17 64-bit ➜ scratch $ python Python 2.7.6 (default, Mar 22 2014, 22:59:56) [GCC 4.8.2] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import sqlite3 >>> sqlite3.version '2.6.0' >>> sqlite3.sqlite_version '3.8.2' Thanks, --Dan Roberts
_______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

