[issue24026] Python hangs forever in wait() of threading.py

2021-04-25 Thread Irit Katriel
Irit Katriel added the comment: Python 2.7 is no longer maintained. If this is still a problem in python 3.8+, and you manage to produce a repro script, please open a new issue for it. -- nosy: +iritkatriel resolution: -> third party stage: -> resolved status: open -> closed

[issue24026] Python hangs forever in wait() of threading.py

2015-04-24 Thread appidman
appidman added the comment: I created a issue for paramiko: https://github.com/paramiko/paramiko/issues/515 I'm trying to create a script which reproduces the bug, but it might be a bit tough, because as I said it's not happening all the time. --

[issue24026] Python hangs forever in wait() of threading.py

2015-04-22 Thread appidman
New submission from appidman: I use paramiko to create SSH sessions to Linux machines, which works great 95% of the time. But sometimes, the Python process which creates the SSH session hangs forever in wait() of threading.py (see attachment 'gdb.txt' for full output). {code} (gdb) py-list

[issue24026] Python hangs forever in wait() of threading.py

2015-04-22 Thread R. David Murray
R. David Murray added the comment: This could easily be a programming error. We'd need a cut down reproducer to know if it is a python bug and be able to fix it if so. Have you reported this to paramiko? -- nosy: +r.david.murray ___ Python