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/trace: TestTraceCPUProfile failures #64205

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

runtime/trace: TestTraceCPUProfile failures #64205

gopherbot opened this issue Nov 16, 2023 · 2 comments
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.

Comments

@gopherbot
Copy link

#!watchflakes
default <- pkg == "runtime/trace" && test == "TestTraceCPUProfile"

Issue created automatically to collect these failures.

Example (log):

SIGQUIT: quit
PC=0x8eefc m=0 sigcode=0

trap    0x0
error   0x0
oldmask 0x0
r0      0x329170
r1      0x80
r2      0x0
r3      0x0
...
	/workdir/go/src/runtime/trace/trace_test.go:755 +0x40 fp=0x1c3bc88 sp=0x1c3bc4c pc=0x1a5538
runtime/trace_test.TestTraceCPUProfile.func1.1({0x22a338, 0x1c520d8})
	/workdir/go/src/runtime/trace/trace_test.go:615 +0x34 fp=0x1c3bc9c sp=0x1c3bc88 pc=0x1a5444
runtime/pprof.Do({0x22a2f8, 0x339860}, {{0x1f74f50, 0x1, 0x1}}, 0x1c3bd10)
	/workdir/go/src/runtime/pprof/runtime.go:51 +0xb8 fp=0x1c3bcd8 sp=0x1c3bc9c pc=0x14e21c
runtime/trace_test.TestTraceCPUProfile.func1(0x5f5e100)
	/workdir/go/src/runtime/trace/trace_test.go:614 +0x21c fp=0x1c3bd44 sp=0x1c3bcd8 pc=0x1a5380
runtime/trace_test.TestTraceCPUProfile(0x1eae0f0)
	/workdir/go/src/runtime/trace/trace_test.go:621 +0x190 fp=0x1c3bf94 sp=0x1c3bd44 pc=0x1a4260
testing.tRunner(0x1eae0f0, 0x1f9968)

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 16, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "runtime/trace" && test == "TestTraceCPUProfile"
2023-10-14 22:30 linux-arm-aws go@bc9dc8d4 runtime/trace.TestTraceCPUProfile (log)
SIGQUIT: quit
PC=0x8eefc m=0 sigcode=0

trap    0x0
error   0x0
oldmask 0x0
r0      0x329170
r1      0x80
r2      0x0
r3      0x0
...
	/workdir/go/src/runtime/trace/trace_test.go:755 +0x40 fp=0x1c3bc88 sp=0x1c3bc4c pc=0x1a5538
runtime/trace_test.TestTraceCPUProfile.func1.1({0x22a338, 0x1c520d8})
	/workdir/go/src/runtime/trace/trace_test.go:615 +0x34 fp=0x1c3bc9c sp=0x1c3bc88 pc=0x1a5444
runtime/pprof.Do({0x22a2f8, 0x339860}, {{0x1f74f50, 0x1, 0x1}}, 0x1c3bd10)
	/workdir/go/src/runtime/pprof/runtime.go:51 +0xb8 fp=0x1c3bcd8 sp=0x1c3bc9c pc=0x14e21c
runtime/trace_test.TestTraceCPUProfile.func1(0x5f5e100)
	/workdir/go/src/runtime/trace/trace_test.go:614 +0x21c fp=0x1c3bd44 sp=0x1c3bcd8 pc=0x1a5380
runtime/trace_test.TestTraceCPUProfile(0x1eae0f0)
	/workdir/go/src/runtime/trace/trace_test.go:621 +0x190 fp=0x1c3bf94 sp=0x1c3bd44 pc=0x1a4260
testing.tRunner(0x1eae0f0, 0x1f9968)
2023-10-30 17:08 linux-arm-aws go@ecda959b runtime/trace.TestTraceCPUProfile (log)
SIGQUIT: quit
PC=0x8ef88 m=2 sigcode=0

trap    0x0
error   0x0
oldmask 0x0
r0      0x3294f0
r1      0x80
r2      0x2
r3      0x0
...
	/workdir/go/src/runtime/trace/trace_test.go:776 +0x60 fp=0x23b9c8c sp=0x23b9c7c pc=0x1a5bdc
runtime/trace_test.cpuHog1(0x0)
	/workdir/go/src/runtime/trace/trace_test.go:768 +0x24 fp=0x23b9c9c sp=0x23b9c8c pc=0x1a5b5c
runtime/trace_test.cpuHogger(0x1f9bbc, 0x339990, 0x5f5e100)
	/workdir/go/src/runtime/trace/trace_test.go:755 +0x40 fp=0x23b9cd8 sp=0x23b9c9c pc=0x1a5aa4
runtime/trace_test.TestTraceCPUProfile.func1(0x5f5e100)
	/workdir/go/src/runtime/trace/trace_test.go:620 +0x240 fp=0x23b9d44 sp=0x23b9cd8 pc=0x1a5910
runtime/trace_test.TestTraceCPUProfile(0x2542c00)
	/workdir/go/src/runtime/trace/trace_test.go:621 +0x190 fp=0x23b9f94 sp=0x23b9d44 pc=0x1a47cc
testing.tRunner(0x2542c00, 0x1f9af0)

watchflakes

@gopherbot gopherbot added the compiler/runtime Issues related to the Go compiler and/or runtime. label Nov 16, 2023
@bcmills
Copy link
Contributor

bcmills commented Nov 17, 2023

Duplicate of #55317

@bcmills bcmills marked this as a duplicate of #55317 Nov 17, 2023
@bcmills bcmills closed this as not planned Won't fix, can't repro, duplicate, stale Nov 17, 2023
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.
Projects
Status: Done
Development

No branches or pull requests

2 participants