runtime: Panics and segmentation violation (Go 1.19.8) #61552
Labels
compiler/runtime
Issues related to the Go compiler and/or runtime.
FrozenDueToAge
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.
What version of Go are you using (
go version
)?$ go version
go version go1.19.8 linux/amd64
Does this issue reproduce with the latest release?
Not sure, we’re not able to reproduce reliably yet but working on t
What operating system and processor architecture are you using (
go env
)?Build Envs:
Build flags:
Go env:
What did you do?
We have recently upgraded go from 1.18.6 to 1.19.8. We run Go based services that are long running and don't restart.
What did you expect to see?
We didn’t expect to see a panic.
What did you see instead?
We saw system panics from the go standard library without any good reason. We have noticed periodical segfaults within the standard library and runtime. These panics are not frequent and only happen about once a day on a running service. We aren't able to pinpoint what is the root cause. Here a few stack traces indicate that there is a segfault.
This is the code that is causing the second issue in the
FinishWithOptions
functionThe text was updated successfully, but these errors were encountered: