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: TestCrashDumpsAllThreads failures #59360

Closed
gopherbot opened this issue Apr 1, 2023 · 2 comments
Closed

runtime: TestCrashDumpsAllThreads failures #59360

gopherbot opened this issue Apr 1, 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.

Comments

@gopherbot
Copy link

#!watchflakes
post <- pkg == "runtime" && test == "TestCrashDumpsAllThreads"

Issue created automatically to collect these failures.

Example (log):

panic: test timed out after 3m0s

runtime.syscall_wait4(0xcf6, 0xc0000aaba4, 0x0, 0xc0002870e0)
	/var/tmp/workdir-host-illumos-amd64-jclulow/go/src/runtime/syscall_solaris.go:296 +0x86 fp=0xc00005fd50 sp=0xc00005fcf8 pc=0x472546
syscall.Wait4(0x74afd0?, 0x2?, 0xcf6?, 0x3?)
	/var/tmp/workdir-host-illumos-amd64-jclulow/go/src/syscall/syscall_solaris.go:275 +0x2c fp=0xc00005fd98 sp=0xc00005fd50 pc=0x480d2c
os.(*Process).wait(0xc0000b2780)
	/var/tmp/workdir-host-illumos-amd64-jclulow/go/src/os/exec_unix.go:43 +0x85 fp=0xc00005fdf0 sp=0xc00005fd98 pc=0x4a19c5
os.(*Process).Wait(...)
	/var/tmp/workdir-host-illumos-amd64-jclulow/go/src/os/exec.go:132
os/exec.(*Cmd).Wait(0xc0001726e0)
	/var/tmp/workdir-host-illumos-amd64-jclulow/go/src/os/exec/exec.go:599 +0x4b fp=0xc00005fe68 sp=0xc00005fdf0 pc=0x5321cb
runtime_test.TestCrashDumpsAllThreads(0xc00016eea0)
	/var/tmp/workdir-host-illumos-amd64-jclulow/go/src/runtime/crash_unix_test.go:127 +0x646 fp=0xc00005ff70 sp=0xc00005fe68 pc=0x6c2266
testing.tRunner(0xc00016eea0, 0x8133a0)

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

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "runtime" && test == "TestCrashDumpsAllThreads"
2023-03-15 21:35 illumos-amd64 go@3a50af12 runtime.TestCrashDumpsAllThreads (log)
panic: test timed out after 3m0s

runtime.syscall_wait4(0xcf6, 0xc0000aaba4, 0x0, 0xc0002870e0)
	/var/tmp/workdir-host-illumos-amd64-jclulow/go/src/runtime/syscall_solaris.go:296 +0x86 fp=0xc00005fd50 sp=0xc00005fcf8 pc=0x472546
syscall.Wait4(0x74afd0?, 0x2?, 0xcf6?, 0x3?)
	/var/tmp/workdir-host-illumos-amd64-jclulow/go/src/syscall/syscall_solaris.go:275 +0x2c fp=0xc00005fd98 sp=0xc00005fd50 pc=0x480d2c
os.(*Process).wait(0xc0000b2780)
	/var/tmp/workdir-host-illumos-amd64-jclulow/go/src/os/exec_unix.go:43 +0x85 fp=0xc00005fdf0 sp=0xc00005fd98 pc=0x4a19c5
os.(*Process).Wait(...)
	/var/tmp/workdir-host-illumos-amd64-jclulow/go/src/os/exec.go:132
os/exec.(*Cmd).Wait(0xc0001726e0)
	/var/tmp/workdir-host-illumos-amd64-jclulow/go/src/os/exec/exec.go:599 +0x4b fp=0xc00005fe68 sp=0xc00005fdf0 pc=0x5321cb
runtime_test.TestCrashDumpsAllThreads(0xc00016eea0)
	/var/tmp/workdir-host-illumos-amd64-jclulow/go/src/runtime/crash_unix_test.go:127 +0x646 fp=0xc00005ff70 sp=0xc00005fe68 pc=0x6c2266
testing.tRunner(0xc00016eea0, 0x8133a0)

watchflakes

@bcmills
Copy link
Contributor

bcmills commented Apr 3, 2023

Duplicate of #59379

@bcmills bcmills marked this as a duplicate of #59379 Apr 3, 2023
@bcmills bcmills closed this as not planned Won't fix, can't repro, duplicate, stale Apr 3, 2023
@golang golang locked and limited conversation to collaborators Apr 2, 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.
Projects
None yet
Development

No branches or pull requests

2 participants