| Summary: | 8.9 regression: "ssh -XAf localhost xeyes" uses 100% CPU | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | harri |
| Component: | ssh | Assignee: | Assigned to nobody <unassigned-bugs> |
| Status: | CLOSED DUPLICATE | ||
| Severity: | normal | CC: | djm, post+bugzilla.mindrot.org |
| Priority: | P5 | ||
| Version: | 8.9p1 | ||
| Hardware: | Other | ||
| OS: | Linux | ||
|
Description
harri
2022-03-22 19:51:24 AEDT
Better command line to reproduce the problem: xterm -e 'ssh -XAf localhost xeyes' I couldn't reproduce this, but does the patch attached to bug #3405 help? https://bugzilla.mindrot.org/attachment.cgi?id=3581 Seems to be an improvement. The high CPU load is gone. strace shows that ssh isn't polling anymore. Moving back to the old ssh: Problem is back. *** This bug has been marked as a duplicate of bug 3405 *** closing bug resolved during openssh-9.0 release cycle |