[issue20353] Hanging bug with multiprocessing + sqlite3 + tkinter (OS X 10.9 only)

Craig Silverstein report at bugs.python.org
Thu Jan 23 02:37:32 CET 2014


Craig Silverstein added the comment:

Thanks -- we managed to work around it by removing the tkinter dependency, so this isn't time-critical for us.  It is curious, though.

One thing I forgot to mention before is that playing around with the hung process in gdb, it seems like sqlite was waiting on a lock.  I don't know what lock it might be though.

----------

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


More information about the Python-bugs-list mailing list