[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