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: TestGdbPanic timeout #58725

Closed
gopherbot opened this issue Feb 24, 2023 · 2 comments
Closed

runtime: TestGdbPanic timeout #58725

gopherbot opened this issue Feb 24, 2023 · 2 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. WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided.
Milestone

Comments

@gopherbot
Copy link

gopherbot commented Feb 24, 2023

#!watchflakes
post <- pkg == "runtime" && test == "TestGdbPanic" && `panic: test timed out`

Issue created automatically to collect these failures.

Example (log):

panic: test timed out after 10m0s
running tests:
	TestGdbPanic (9m16s)

syscall.Syscall6(0x0?, 0x14e4a0?, 0xc?, 0x2?, 0x1?, 0xc0000e0160?, 0xc0000b0b10?)
	/workdir/go/src/syscall/syscall_linux.go:91 +0x28 fp=0xc0003e19b0 sp=0xc0003e1918 pc=0xa09e8
os.(*Process).blockUntilWaitable(0xc0000b2150)
	/workdir/go/src/os/wait_waitid.go:32 +0x8c fp=0xc0003e1a98 sp=0xc0003e19b0 pc=0xc774c
os.(*Process).wait(0xc0000b2150)
	/workdir/go/src/os/exec_unix.go:22 +0x3c fp=0xc0003e1b18 sp=0xc0003e1a98 pc=0xc1aec
os.(*Process).Wait(...)
	/workdir/go/src/os/exec.go:132
os/exec.(*Cmd).Wait(0xc0000e0160)
	/workdir/go/src/os/exec/exec.go:890 +0x54 fp=0xc0003e1bb0 sp=0xc0003e1b18 pc=0x14ed24
os/exec.(*Cmd).Run(0xc?)
	/workdir/go/src/os/exec/exec.go:590 +0x50 fp=0xc0003e1be0 sp=0xc0003e1bb0 pc=0x14db30
os/exec.(*Cmd).CombinedOutput(0xc0000e0160)
	/workdir/go/src/os/exec/exec.go:1005 +0xb8 fp=0xc0003e1c38 sp=0xc0003e1be0 pc=0x14f638
runtime_test.TestGdbPanic(0xc000794ea0)
	/workdir/go/src/runtime/runtime-gdb_test.go:689 +0x420 fp=0xc0003e1f30 sp=0xc0003e1c38 pc=0x33ecd0
testing.tRunner(0xc000794ea0, 0x446db8)

watchflakes

@gopherbot gopherbot added NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. compiler/runtime Issues related to the Go compiler and/or runtime. labels Feb 24, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "runtime" && test == "TestGdbPanic"
2023-02-24 19:00 linux-ppc64le-power9osu go@e2f41340 runtime.TestGdbPanic (log)
panic: test timed out after 10m0s
running tests:
	TestGdbPanic (9m16s)

syscall.Syscall6(0x0?, 0x14e4a0?, 0xc?, 0x2?, 0x1?, 0xc0000e0160?, 0xc0000b0b10?)
	/workdir/go/src/syscall/syscall_linux.go:91 +0x28 fp=0xc0003e19b0 sp=0xc0003e1918 pc=0xa09e8
os.(*Process).blockUntilWaitable(0xc0000b2150)
	/workdir/go/src/os/wait_waitid.go:32 +0x8c fp=0xc0003e1a98 sp=0xc0003e19b0 pc=0xc774c
os.(*Process).wait(0xc0000b2150)
	/workdir/go/src/os/exec_unix.go:22 +0x3c fp=0xc0003e1b18 sp=0xc0003e1a98 pc=0xc1aec
os.(*Process).Wait(...)
	/workdir/go/src/os/exec.go:132
os/exec.(*Cmd).Wait(0xc0000e0160)
	/workdir/go/src/os/exec/exec.go:890 +0x54 fp=0xc0003e1bb0 sp=0xc0003e1b18 pc=0x14ed24
os/exec.(*Cmd).Run(0xc?)
	/workdir/go/src/os/exec/exec.go:590 +0x50 fp=0xc0003e1be0 sp=0xc0003e1bb0 pc=0x14db30
os/exec.(*Cmd).CombinedOutput(0xc0000e0160)
	/workdir/go/src/os/exec/exec.go:1005 +0xb8 fp=0xc0003e1c38 sp=0xc0003e1be0 pc=0x14f638
runtime_test.TestGdbPanic(0xc000794ea0)
	/workdir/go/src/runtime/runtime-gdb_test.go:689 +0x420 fp=0xc0003e1f30 sp=0xc0003e1c38 pc=0x33ecd0
testing.tRunner(0xc000794ea0, 0x446db8)

watchflakes

@cherrymui cherrymui changed the title runtime: TestGdbPanic failures runtime: TestGdbPanic timeout Feb 24, 2023
@mknyszek mknyszek added this to the Backlog milestone Mar 1, 2023
@mknyszek mknyszek added the WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided. label Mar 1, 2023
@gopherbot
Copy link
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.)

@golang golang locked and limited conversation to collaborators Mar 31, 2024
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. WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided.
Projects
Status: Done
Development

No branches or pull requests

3 participants
@mknyszek @gopherbot and others