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/pprof: failures with SIGSEGV on linux-amd64-longtest #54976

Closed
bcmills opened this issue Sep 9, 2022 · 3 comments
Closed

runtime/pprof: failures with SIGSEGV on linux-amd64-longtest #54976

bcmills opened this issue Sep 9, 2022 · 3 comments
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.
Milestone

Comments

@bcmills
Copy link
Contributor

bcmills commented Sep 9, 2022

#!watchflakes
post <- pkg == "runtime/pprof" && `signal: segmentation fault`

From a SlowBot on https://go.dev/cl/428716 (https://storage.googleapis.com/go-build-log/38af0500/linux-amd64-longtest_88ed84a0.log):

signal: segmentation fault (core dumped)
FAIL	runtime/pprof	48.544s

There is also one of these in a very recent dashboard log:
greplogs -l -e 'signal: segmentation fault .*\nFAIL\s+runtime/pprof' --since=2022-01-01
2022-09-06T15:44:28-32f68b5/linux-amd64-longtest

@bcmills bcmills added the compiler/runtime Issues related to the Go compiler and/or runtime. label Sep 9, 2022
@bcmills
Copy link
Contributor Author

bcmills commented Sep 9, 2022

Marking as release-blocker at least until we can determine whether this is a Go 1.20 regression.

@bcmills bcmills added NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. release-blocker labels Sep 9, 2022
@bcmills bcmills added this to the Go1.20 milestone Sep 9, 2022
@gopherbot
Copy link

Found new matching dashboard test flakes for:

#!watchflakes
post <- pkg == "runtime/pprof" && `signal: segmentation fault`
2022-09-06 15:44 linux-amd64-longtest go@32f68b5a runtime/pprof (log)
signal: segmentation fault (core dumped)

watchflakes

@aclements
Copy link
Member

Duplicate of #54885

@aclements aclements marked this as a duplicate of #54885 Sep 21, 2022
@aclements aclements closed this as not planned Won't fix, can't repro, duplicate, stale Sep 21, 2022
@golang golang locked and limited conversation to collaborators Sep 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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.
Projects
Status: Done
Development

No branches or pull requests

4 participants