This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Ivan.Pozdeev
Recipients Ivan.Pozdeev
Date 2018-05-02.17:51:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1525283509.66.0.682650639539.issue33412@psf.upfronthosting.co.za>
In-reply-to
Content
With threaded Tkinter, TkinterHanders3.py from https://bugs.python.org/issue33257 (attached) hangs.

Tracing with thread_debug and a modified trace.py (to show TIDs, attached) shows that worker threads are waiting for the Tcl lock while the main thread that holds it keeps waiting for some other lock with a strange timeout:

19000: PyThread_acquire_lock_timed(00000000001B0F80, 0) called
19000: PyThread_acquire_lock(00000000001B0F80, 0) -> 0
19000: PyThread_acquire_lock_timed(00000000001B0F80, -1000000) called

Tested on 3.6 head, win7 x64, debug build.
History
Date User Action Args
2018-05-02 17:51:49Ivan.Pozdeevsetrecipients: + Ivan.Pozdeev
2018-05-02 17:51:49Ivan.Pozdeevsetmessageid: <1525283509.66.0.682650639539.issue33412@psf.upfronthosting.co.za>
2018-05-02 17:51:49Ivan.Pozdeevlinkissue33412 messages
2018-05-02 17:51:49Ivan.Pozdeevcreate