runtime: server hangs forever in 1.22.9 #70689
Labels
compiler/runtime
Issues related to the Go compiler and/or runtime.
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
WaitingForInfo
Issue is not actionable because of missing required information, which needs to be provided.
Milestone
Go version
go version go1.22.9 linux/amd64
Output of
go env
in your module/workspace:What did you do?
Use the stress program to bench our gateapp service, and the server hangs on about the third day.
Before this, I compiled with go version 1.22.7, and the server hungs after about 6 days of stress testing. After that, I upgraded go to 1.22.9 for stress testing, and the server hungs after 3 days of continuous running.
Server: Ubuntu 22.04.4 LTS x86_64
delve dump core file and gateapp in here: https://drive.google.com/file/d/1WvN1aPAruGL180yjRL-6nDmZ3N-qWpKy/view?usp=sharing
What did you see happen?
The server is hangs forever, http pprof cannot respond, and the tcp connection status of the server is CLOSE_WAIT after the stress program is closed.
What did you expect to see?
Server is running normally
The text was updated successfully, but these errors were encountered: