| Summary: | -N and -O stop | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Salvador Fandiño <sfandino> | ||||
| Component: | ssh | Assignee: | Assigned to nobody <unassigned-bugs> | ||||
| Status: | CLOSED FIXED | ||||||
| Severity: | minor | CC: | djm, dtucker | ||||
| Priority: | P2 | ||||||
| Version: | 5.9p1 | ||||||
| Hardware: | All | ||||||
| OS: | All | ||||||
| Bug Depends on: | |||||||
| Bug Blocks: | 2035 | ||||||
| Attachments: |
|
||||||
|
Description
Salvador Fandiño
2012-02-23 03:30:34 AEDT
Yes, this sounds like a bug Retarget uncompleted bugs from 6.1 => 6.2 Retarget bugs from 6.1 => 6.2 Created attachment 2187 [details]
tell mux master to close when using -N and all clients gone
ok, so the problem here is that ssh assumes there's still a session in this case, then eventually runs a select(2) that never returns.
the attached patch should fix this, please try it.
committed, thanks it will be in the 6.2 release. mark bugs closed by openssh-6.2 release as CLOSED |