This could be unrelated: I upload using the dput and the sftp mechanism and dput gets stuck in the "terminate" function of /usr/lib/python2.6 /dist-packages/bzrlib/transport/ssh.py waiting for ssh to finish (which doesn't happen). I just commented out this: _close_ssh_proc(proc) in the specified file and my problem went away without side effects (no ssh processes left behind).
Looking at dotted_names = ['stdin.close', 'stdout.close', 'wait'], I assume stdin and stdout don't actually close. gdb says my processes is already in "wait". Pressing Control+C without the modification mentioned above says it's ignored in function "terminate" and then proceeds to tell me the upload was successful and pretend the lockup never happened. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/193848 Title: dput stalling forever during upload without returning error -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
