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

x/tools/go/packages: unrecognized failures #64450

Closed
gopherbot opened this issue Nov 29, 2023 · 2 comments
Closed

x/tools/go/packages: unrecognized failures #64450

gopherbot opened this issue Nov 29, 2023 · 2 comments
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Tools This label describes issues relating to any tools in the x/tools repository.
Milestone

Comments

@gopherbot
Copy link

#!watchflakes
default <- pkg == "golang.org/x/tools/go/packages" && test == ""

Issue created automatically to collect these failures.

Example (log):

SIGSEGV: segmentation violation
PC=0x8140827 m=12 sigcode=1 addr=0x0

goroutine 0 gp=0xc00edb4680 m=12 mp=0xc00137d008 [idle]:
runtime.spanOfUnchecked(...)
	/tmp/buildlet/go/src/runtime/mheap.go:709
runtime.scanobject(0xc000031268?, 0xc000031268?)
	/tmp/buildlet/go/src/runtime/mgcmark.go:1407 +0x47 fp=0x700010391ea0 sp=0x700010391e10 pc=0x8140827
runtime.gcDrain(0xc000031268, 0x2)
	/tmp/buildlet/go/src/runtime/mgcmark.go:1242 +0x1f4 fp=0x700010391f08 sp=0x700010391ea0 pc=0x81401f4
...
r11    0x4c
r12    0x700010391e90
r13    0x8190fe1
r14    0xc00edb4680
r15    0x1
rip    0x8140827
rflags 0x10246
cs     0x2b
fs     0x0
gs     0x0

watchflakes

@gopherbot gopherbot added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Nov 29, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/tools/go/packages" && test == ""
2023-11-29 15:35 darwin-amd64-11_0 tools@147b88d0 go@6111acc8 x/tools/go/packages (log)
SIGSEGV: segmentation violation
PC=0x8140827 m=12 sigcode=1 addr=0x0

goroutine 0 gp=0xc00edb4680 m=12 mp=0xc00137d008 [idle]:
runtime.spanOfUnchecked(...)
	/tmp/buildlet/go/src/runtime/mheap.go:709
runtime.scanobject(0xc000031268?, 0xc000031268?)
	/tmp/buildlet/go/src/runtime/mgcmark.go:1407 +0x47 fp=0x700010391ea0 sp=0x700010391e10 pc=0x8140827
runtime.gcDrain(0xc000031268, 0x2)
	/tmp/buildlet/go/src/runtime/mgcmark.go:1242 +0x1f4 fp=0x700010391f08 sp=0x700010391ea0 pc=0x81401f4
...
r11    0x4c
r12    0x700010391e90
r13    0x8190fe1
r14    0xc00edb4680
r15    0x1
rip    0x8140827
rflags 0x10246
cs     0x2b
fs     0x0
gs     0x0

watchflakes

@gopherbot gopherbot added the Tools This label describes issues relating to any tools in the x/tools repository. label Nov 29, 2023
@gopherbot gopherbot added this to the Unreleased milestone Nov 29, 2023
@bcmills
Copy link
Contributor

bcmills commented Nov 29, 2023

Duplicate of #60449

@bcmills bcmills marked this as a duplicate of #60449 Nov 29, 2023
@bcmills bcmills closed this as not planned Won't fix, can't repro, duplicate, stale Nov 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Tools This label describes issues relating to any tools in the x/tools repository.
Projects
None yet
Development

No branches or pull requests

2 participants