[issue29230] Segfault in sqlite3

Ned Deily report at bugs.python.org
Tue Jan 10 15:25:59 EST 2017


Ned Deily added the comment:

Thanks for the report.  From a quick look at the macOS crash report, I'm guessing you are running with the Apple-supplied system Python 2.7 but with a virtualenv.  In any case, the Apple-supplied libsqlite3 is in use and there are previously reported problems using it with multiple threads, possibly multiple processes, accessing the same database file; see for example Issue27126.  Suggest you try using a Python instance that is linked with its own version of a current libsqlite3, rather than with the system one: Pythons installed from current python.org macOS installers, from Macports, or (probably) Homebrew should all fit the bill and see if the problems go away.

----------
nosy: +ned.deily
resolution:  -> third party
status: open -> pending

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29230>
_______________________________________


More information about the Python-bugs-list mailing list