Comment (by w1zeman1p):
We're running into the same issue. Ubuntu 14.04. Python 2.7.6
Even after upgrading the sqlite package to 3.8.10.2 still having the same
segmentation fault.
In [1]: import sqlite3
In [2]: sqlite3.version
Out[2]: '2.6.0'
In [3]: sqlite3.sqlite_version
Out[3]: '3.8.10.2'
--
Ticket URL: <https://code.djangoproject.com/ticket/24080#comment:26>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* cc: diranged (added)
--
Ticket URL: <https://code.djangoproject.com/ticket/24080#comment:27>