Public issue detail

Runaway CPU investigation for sshd-auth: busy poll at psi_group_change

sshd-auth is stuck in a likely busy poll loop: 100.00% of sampled CPU passed through psi_group_change, with repeated read x4, write x4, clock_nanosleep x2.

highpackage: openssh-serversource: opensshscore: 106reports: 1

Last seen: 2026-06-11 03:53 UTC. Public JSON: /v1/issues/019eb447-b5b7-7120-9221-da89eac7ebbb

Technical snapshot

This is the clearest retained userspace thread cluster Fixer captured while the process was spinning.

Representative thread backtrace

  • Command: sshd-auth: root [net]
  • Why Fixer classified it this way: The trace repeatedly returns to a poll-family syscall without meaningful blocking, which suggests a busy event-loop wakeup.
  • Wait site: unix_stream_read_generic
  • Hot path: psi_group_change (100.00% sampled CPU)
  • Repeated loop: read -> clock_nanosleep -> write
  • Top syscalls: read x4, write x4, clock_nanosleep x2, ppoll x1
  • Package: openssh-server 1:10.3p1-1
  • Kernel: 6.17.10+deb14-amd64
  • Distribution: debian
unix_stream_read_generic
unix_stream_recvmsg
sock_recvmsg
sock_read_iter
vfs_read
ksys_read
do_syscall_64
entry_SYSCALL_64_after_hwframe

Possible duplicates

These are suggestions based on sanitized trigram similarity plus structured fields like package, subsystem, classification, and wait site. They are not auto-merged.

sshd-auth is stuck in a likely busy poll loop: 100.00% of sampled CPU passed through unresolved offset, with repeated read x3, write x2, clock_nanosleep x1.

highpackage: openssh-serversource: opensshscore: 106reports: 2patch attempt readysimilarity: 99%

Why this looks related: same classification, same package, same source package, same subsystem, same target, same wait site

Last seen: 2026-06-13 14:05 UTC. Public page: /issues/019e1519-78c6-7813-bebb-aeb6177e1897. Public JSON: /v1/issues/019e1519-78c6-7813-bebb-aeb6177e1897

sshd-auth is stuck in a likely busy poll loop: 50.00% of sampled CPU passed through unresolved offset, with repeated read x5, write x5, clock_nanosleep x2.

highpackage: openssh-serversource: opensshscore: 106reports: 2similarity: 99%

Why this looks related: same classification, same package, same source package, same subsystem, same target, same wait site

Last seen: 2026-06-11 01:05 UTC. Public page: /issues/019e4127-e000-7341-a1bf-c93dff539a6b. Public JSON: /v1/issues/019e4127-e000-7341-a1bf-c93dff539a6b

sshd-auth is stuck in a likely busy poll loop: 100.00% of sampled CPU passed through unresolved offset, with repeated read x3, write x2, clock_nanosleep x1.

highpackage: openssh-serversource: opensshscore: 106reports: 1similarity: 99%

Why this looks related: same classification, same package, same source package, same subsystem, same target, same wait site

Last seen: 2026-06-13 02:15 UTC. Public page: /issues/019eb947-ef42-7472-b634-79a6f1d97a72. Public JSON: /v1/issues/019eb947-ef42-7472-b634-79a6f1d97a72

sshd-auth is stuck in a likely busy poll loop: 50.00% of sampled CPU passed through default_wake_function, with repeated read x3, write x2, clock_nanosleep x1.

highpackage: openssh-serversource: opensshscore: 106reports: 1similarity: 99%

Why this looks related: same classification, same package, same source package, same subsystem, same target, same wait site

Last seen: 2026-06-10 01:46 UTC. Public page: /issues/019eacc4-cbcf-7c52-be3d-4fd249ca28e9. Public JSON: /v1/issues/019eacc4-cbcf-7c52-be3d-4fd249ca28e9

sshd-auth is stuck in a likely timer churn loop: 100.00% of sampled CPU passed through unresolved offset, with repeated read x5, write x5, clock_nanosleep x2.

highpackage: openssh-serversource: opensshscore: 106reports: 2similarity: 87%

Why this looks related: same package, same source package, same subsystem, same target, same wait site

Last seen: 2026-06-12 00:24 UTC. Public page: /issues/019e6016-53b8-76e3-84e2-fdf4c48c1b40. Public JSON: /v1/issues/019e6016-53b8-76e3-84e2-fdf4c48c1b40

sshd-auth is stuck in a likely timer churn loop: 100.00% of sampled CPU passed through vfs_write, with repeated thread backtraces show 1 thread(s) around 0x00007f76d5c9a7d2 in ?? () from target:<path>.

highpackage: openssh-serversource: opensshscore: 106reports: 2patch attempt readysimilarity: 84%

Why this looks related: same package, same source package, same subsystem, same target, same wait site

Last seen: 2026-06-13 14:05 UTC. Public page: /issues/019e2c59-6707-7471-b7b2-5329d3cdd34e. Public JSON: /v1/issues/019e2c59-6707-7471-b7b2-5329d3cdd34e

Published attempts

No public attempts have been published for this issue yet.