[Bug 1761] sftp exits on 2nd terminal resize after a transfer

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Tue Jul 20 02:22:49 EST 2010


https://bugzilla.mindrot.org/show_bug.cgi?id=1761

--- Comment #4 from Edward Sheldrake <ejsheldrake at googlemail.com>  ---
Created attachment 1904
  --> https://bugzilla.mindrot.org/attachment.cgi?id=1904
fix for libedit

I now think this is more likely to be a libedit bug, since when running
sftp, libedit's sig_handler() function only gets called on the first
SIGWINCH during a read, any more seem to be ignored.

Fixing that seems to solve the problem (although I don't really know
why it causes sftp to close only after a progress bar has been shown).
I've emailed the libedit maintainers with my new findings.

-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.


More information about the openssh-bugs mailing list