Displaying 1 result from an estimated 1 matches for "4509b5d4".
2015 Sep 18
3
[Bug 2469] New: ssh connection hangs indefinitely on EPIPE
..., 1, 0x00000000, 0x00000000) (sleep)
Here write fails with EPIPE, and roaming_write passes errno through.
ssh_packet_write_poll returns SSH_ERR_SYSTEM_ERROR.
But this error code is ignored in ssh_packet_write_wait.
Successive select on broken pipe hangs forever.
This looks to be a regression from 4509b5d4.
Pre 4509b5d4 EPIPE in ssh_packet_write_poll resulted in immediate
fatal.
Post 4509b5d4 there is just one ignored error code.
--
You are receiving this mail because:
You are watching the assignee of the bug.