Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

runtime: epoll reader is blocked for a period of time because of runtime.netpollWaiters overflow [1.20 backport] #60833

Closed
gopherbot opened this issue Jun 16, 2023 · 2 comments
Labels
CherryPickCandidate Used during the release process for point releases compiler/runtime Issues related to the Go compiler and/or runtime. FrozenDueToAge WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided.
Milestone

Comments

@gopherbot
Copy link
Contributor

@ianlancetaylor requested issue #60782 to be considered for backport to the next 1.20 minor release.

@gopherbot Please open backport issues.

This is an unusual but serious problem. A counter is not decremented as expected, and can overflow.

@gopherbot gopherbot added the CherryPickCandidate Used during the release process for point releases label Jun 16, 2023
@gopherbot gopherbot added the compiler/runtime Issues related to the Go compiler and/or runtime. label Jun 16, 2023
@gopherbot gopherbot added this to the Go1.20.6 milestone Jun 16, 2023
@dmitshur
Copy link
Contributor

The upstream issue is planned to be fixed in Go 1.22, which isn't due until August.

@dmitshur dmitshur added the WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided. label Jun 28, 2023
@gopherbot gopherbot modified the milestones: Go1.20.6, Go1.20.7 Jul 11, 2023
@ianlancetaylor
Copy link
Member

The fix on HEAD turned out to have unexpected complications in the scheduler. This is too risky to backport.

@ianlancetaylor ianlancetaylor closed this as not planned Won't fix, can't repro, duplicate, stale Jul 20, 2023
@golang golang locked and limited conversation to collaborators Jul 19, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
CherryPickCandidate Used during the release process for point releases compiler/runtime Issues related to the Go compiler and/or runtime. FrozenDueToAge WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided.
Projects
None yet
Development

No branches or pull requests

3 participants