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: TestGoroutineProfileConcurrency/finalizer_present failures #68456

Closed
gopherbot opened this issue Jul 15, 2024 · 2 comments
Closed
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

Comments

@gopherbot
Copy link
Contributor

#!watchflakes
default <- pkg == "runtime/pprof" && test == "TestGoroutineProfileConcurrency/finalizer_present"

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestGoroutineProfileConcurrency/finalizer_present
panic: test timed out after 3m0s
	running tests:
		TestGoroutineProfileConcurrency (2m57s)
		TestGoroutineProfileConcurrency/finalizer_present (2m47s)

goroutine 92 gp=0x4000105180 m=0 mp=0x48ec20 [running]:
panic({0x292020?, 0x40001c42d0?})
	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/panic.go:804 +0x154 fp=0x4000116f00 sp=0x4000116e50 pc=0x166434
testing.(*M).startAlarm.func1()
...
runtime/pprof.TestGoroutineProfileConcurrency.func5(0x40086861a0)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/pprof/pprof_test.go:1634 +0x148 fp=0x4000118f60 sp=0x4000118eb0 pc=0x25ad88
testing.tRunner(0x40086861a0, 0x400000e5e8)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1690 +0xe4 fp=0x4000118fb0 sp=0x4000118f60 pc=0x1e0984
testing.(*T).Run.gowrap1()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1743 +0x2c fp=0x4000118fd0 sp=0x4000118fb0 pc=0x1e17cc
runtime.goexit({})
	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_arm64.s:1223 +0x4 fp=0x4000118fd0 sp=0x4000118fd0 pc=0x16e8d4
created by testing.(*T).Run in goroutine 414
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1743 +0x314

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 Jul 15, 2024
@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "runtime/pprof" && test == "TestGoroutineProfileConcurrency/finalizer_present"
2024-06-07 18:49 gotip-linux-arm64-boringcrypto go@e709992a runtime/pprof.TestGoroutineProfileConcurrency/finalizer_present [ABORT] (log)
=== RUN   TestGoroutineProfileConcurrency/finalizer_present
panic: test timed out after 3m0s
	running tests:
		TestGoroutineProfileConcurrency (2m57s)
		TestGoroutineProfileConcurrency/finalizer_present (2m47s)

goroutine 92 gp=0x4000105180 m=0 mp=0x48ec20 [running]:
panic({0x292020?, 0x40001c42d0?})
	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/panic.go:804 +0x154 fp=0x4000116f00 sp=0x4000116e50 pc=0x166434
testing.(*M).startAlarm.func1()
...
runtime/pprof.TestGoroutineProfileConcurrency.func5(0x40086861a0)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/pprof/pprof_test.go:1634 +0x148 fp=0x4000118f60 sp=0x4000118eb0 pc=0x25ad88
testing.tRunner(0x40086861a0, 0x400000e5e8)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1690 +0xe4 fp=0x4000118fb0 sp=0x4000118f60 pc=0x1e0984
testing.(*T).Run.gowrap1()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1743 +0x2c fp=0x4000118fd0 sp=0x4000118fb0 pc=0x1e17cc
runtime.goexit({})
	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_arm64.s:1223 +0x4 fp=0x4000118fd0 sp=0x4000118fd0 pc=0x16e8d4
created by testing.(*T).Run in goroutine 414
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1743 +0x314

watchflakes

@gopherbot gopherbot added the compiler/runtime Issues related to the Go compiler and/or runtime. label Jul 15, 2024
@mknyszek mknyszek added this to the Backlog milestone Jul 24, 2024
@mknyszek mknyszek added the WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided. label Jul 24, 2024
@gopherbot
Copy link
Contributor Author

Timed out in state WaitingForInfo. Closing.

(I am just a bot, though. Please speak up if this is a mistake or you have the requested information.)

@gopherbot gopherbot closed this as not planned Won't fix, can't repro, duplicate, stale Aug 24, 2024
@github-project-automation github-project-automation bot moved this from Todo to Done in Go Compiler / Runtime Aug 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
Archived in project
Development

No branches or pull requests

2 participants