Skip to content

x/tools/gopls/internal/debug: unrecognized failures #73243

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

Closed
gopherbot opened this issue Apr 8, 2025 · 1 comment
Closed

x/tools/gopls/internal/debug: unrecognized failures #73243

gopherbot opened this issue Apr 8, 2025 · 1 comment
Labels
gopls Issues related to the Go language server, gopls. 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
Contributor

#!watchflakes
default <- pkg == "golang.org/x/tools/gopls/internal/debug" && test == ""

Issue created automatically to collect these failures.

Example (log):

FAIL	golang.org/x/tools/gopls/internal/debug [build failed]
# golang.org/x/tools/gopls/internal/debug.test
runtime: VirtualAlloc of 630784 bytes failed with errno=1455
fatal error: out of memory

runtime stack:
runtime.throw({0x7ff60a161db6?, 0x4010e88000?})
	runtime/panic.go:1089 +0x34 fp=0x10eb9ff9e0 sp=0x10eb9ff9b0 pc=0x7ff609ebea04
runtime.sysUsedOS(0x4010e80000, 0x9a000)
	runtime/mem_windows.go:83 +0x168 fp=0x10eb9ffa40 sp=0x10eb9ff9e0 pc=0x7ff609e679d8
...
runtime.gopark(0x988b6589d6d18?, 0x4000012500?, 0x1b?, 0xa?, 0x0?)
	runtime/proc.go:458 +0xc0 fp=0x4000487f10 sp=0x4000487ef0 pc=0x7ff609ebeb10
runtime.gcBgMarkWorker(0x4000016380)
	runtime/mgc.go:1431 +0xdc fp=0x4000487fb0 sp=0x4000487f10 pc=0x7ff609e6cbbc
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1347 +0x28 fp=0x4000487fd0 sp=0x4000487fb0 pc=0x7ff609e6caa8
runtime.goexit({})
	runtime/asm_arm64.s:1266 +0x4 fp=0x4000487fd0 sp=0x4000487fd0 pc=0x7ff609ec5dc4
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1347 +0x140

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 Apr 8, 2025
@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/tools/gopls/internal/debug" && test == ""
2025-04-07 20:11 x_tools-gotip-windows-arm64 tools@5916e3cb go@b2819d13 x/tools/gopls/internal/debug (log)
FAIL	golang.org/x/tools/gopls/internal/debug [build failed]
# golang.org/x/tools/gopls/internal/debug.test
runtime: VirtualAlloc of 630784 bytes failed with errno=1455
fatal error: out of memory

runtime stack:
runtime.throw({0x7ff60a161db6?, 0x4010e88000?})
	runtime/panic.go:1089 +0x34 fp=0x10eb9ff9e0 sp=0x10eb9ff9b0 pc=0x7ff609ebea04
runtime.sysUsedOS(0x4010e80000, 0x9a000)
	runtime/mem_windows.go:83 +0x168 fp=0x10eb9ffa40 sp=0x10eb9ff9e0 pc=0x7ff609e679d8
...
runtime.gopark(0x988b6589d6d18?, 0x4000012500?, 0x1b?, 0xa?, 0x0?)
	runtime/proc.go:458 +0xc0 fp=0x4000487f10 sp=0x4000487ef0 pc=0x7ff609ebeb10
runtime.gcBgMarkWorker(0x4000016380)
	runtime/mgc.go:1431 +0xdc fp=0x4000487fb0 sp=0x4000487f10 pc=0x7ff609e6cbbc
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1347 +0x28 fp=0x4000487fd0 sp=0x4000487fb0 pc=0x7ff609e6caa8
runtime.goexit({})
	runtime/asm_arm64.s:1266 +0x4 fp=0x4000487fd0 sp=0x4000487fd0 pc=0x7ff609ec5dc4
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1347 +0x140

watchflakes

@gopherbot gopherbot added Tools This label describes issues relating to any tools in the x/tools repository. gopls Issues related to the Go language server, gopls. labels Apr 8, 2025
@gopherbot gopherbot added this to the Unreleased milestone Apr 8, 2025
@qmuntal qmuntal closed this as completed Apr 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gopls Issues related to the Go language server, gopls. 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
Status: Done
Development

No branches or pull requests

2 participants