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

Craig Silverstein report at bugs.python.org
Wed Jan 22 19:24:27 CET 2014


New submission from Craig Silverstein:

Don't ask me how, but our code managed to combine multiprocessing, sqlite, and tkinter all in one app, and got a hanging behavior, though only on a particular OS.  Removing any of these removes the hang.  I filed this under tkinter, but the fault could well be elsewhere.

This happens for us only when run under OS X 10.9 (Mavericks).  We are using python 2.7.5; I don't know if other versions are affected.

----------
components: Tkinter
files: hang.py
messages: 208838
nosy: Craig.Silverstein
priority: normal
severity: normal
status: open
title: Hanging bug with multiprocessing + sqlite3 + tkinter (OS X 10.9 only)
type: crash
versions: Python 2.7
Added file: http://bugs.python.org/file33631/hang.py

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


More information about the Python-bugs-list mailing list