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 <rep...@bugs.python.org>
<http://bugs.python.org/issue29230>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to