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

cmd/objdump: TestDisasm failures #59362

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

cmd/objdump: TestDisasm failures #59362

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 == "cmd/objdump" && test == "TestDisasm"

Issue created automatically to collect these failures.

Example (log):

panic: test timed out after 3m0s

runtime.syscall_wait4(0x43f1, 0xc0000b60dc, 0x0, 0xc0000c62d0)
	/var/tmp/workdir-host-illumos-amd64-jclulow/go/src/runtime/syscall_solaris.go:296 +0x86 fp=0xc00016ba88 sp=0xc00016ba30 pc=0x4646a6
syscall.Wait4(0x203000?, 0xc0000901b0?, 0x400?, 0x314?)
	/var/tmp/workdir-host-illumos-amd64-jclulow/go/src/syscall/syscall_solaris.go:275 +0x2c fp=0xc00016bad0 sp=0xc00016ba88 pc=0x470c6c
os.(*Process).wait(0xc0000c00c0)
	/var/tmp/workdir-host-illumos-amd64-jclulow/go/src/os/exec_unix.go:43 +0x85 fp=0xc00016bb28 sp=0xc00016bad0 pc=0x488885
os.(*Process).Wait(...)
	/var/tmp/workdir-host-illumos-amd64-jclulow/go/src/os/exec.go:132
os/exec.(*Cmd).Wait(0xc0000d22c0)
	/var/tmp/workdir-host-illumos-amd64-jclulow/go/src/os/exec/exec.go:599 +0x4b fp=0xc00016bba0 sp=0xc00016bb28 pc=0x4d3e0b
os/exec.(*Cmd).Run(0x18?)
	/var/tmp/workdir-host-illumos-amd64-jclulow/go/src/os/exec/exec.go:437 +0x39 fp=0xc00016bbc0 sp=0xc00016bba0 pc=0x4d3019
os/exec.(*Cmd).CombinedOutput(0xc0000d22c0)
	/var/tmp/workdir-host-illumos-amd64-jclulow/go/src/os/exec/exec.go:707 +0xa8 fp=0xc00016bbe8 sp=0xc00016bbc0 pc=0x4d4468
cmd/objdump.testDisasm(0xc00015c1a0, {0x5916b0, 0xe}, 0x0, 0x0, {0x0?, 0x0, 0x0})
	/var/tmp/workdir-host-illumos-amd64-jclulow/go/src/cmd/objdump/objdump_test.go:159 +0x75f fp=0xc00016bef8 sp=0xc00016bbe8 pc=0x544fff
cmd/objdump.testGoAndCgoDisasm(0xc00003ef60?, 0x97?, 0x9a?)
	/var/tmp/workdir-host-illumos-amd64-jclulow/go/src/cmd/objdump/objdump_test.go:242 +0x85 fp=0xc00016bf50 sp=0xc00016bef8 pc=0x546525
cmd/objdump.TestDisasm(0x0?)
	/var/tmp/workdir-host-illumos-amd64-jclulow/go/src/cmd/objdump/objdump_test.go:247 +0x1d fp=0xc00016bf70 sp=0xc00016bf50 pc=0x54657d
testing.tRunner(0xc00015c1a0, 0x59f158)

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

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "cmd/objdump" && test == "TestDisasm"
2023-03-17 19:45 illumos-amd64 go@2094fd07 cmd/objdump.TestDisasm (log)
panic: test timed out after 3m0s

runtime.syscall_wait4(0x43f1, 0xc0000b60dc, 0x0, 0xc0000c62d0)
	/var/tmp/workdir-host-illumos-amd64-jclulow/go/src/runtime/syscall_solaris.go:296 +0x86 fp=0xc00016ba88 sp=0xc00016ba30 pc=0x4646a6
syscall.Wait4(0x203000?, 0xc0000901b0?, 0x400?, 0x314?)
	/var/tmp/workdir-host-illumos-amd64-jclulow/go/src/syscall/syscall_solaris.go:275 +0x2c fp=0xc00016bad0 sp=0xc00016ba88 pc=0x470c6c
os.(*Process).wait(0xc0000c00c0)
	/var/tmp/workdir-host-illumos-amd64-jclulow/go/src/os/exec_unix.go:43 +0x85 fp=0xc00016bb28 sp=0xc00016bad0 pc=0x488885
os.(*Process).Wait(...)
	/var/tmp/workdir-host-illumos-amd64-jclulow/go/src/os/exec.go:132
os/exec.(*Cmd).Wait(0xc0000d22c0)
	/var/tmp/workdir-host-illumos-amd64-jclulow/go/src/os/exec/exec.go:599 +0x4b fp=0xc00016bba0 sp=0xc00016bb28 pc=0x4d3e0b
os/exec.(*Cmd).Run(0x18?)
	/var/tmp/workdir-host-illumos-amd64-jclulow/go/src/os/exec/exec.go:437 +0x39 fp=0xc00016bbc0 sp=0xc00016bba0 pc=0x4d3019
os/exec.(*Cmd).CombinedOutput(0xc0000d22c0)
	/var/tmp/workdir-host-illumos-amd64-jclulow/go/src/os/exec/exec.go:707 +0xa8 fp=0xc00016bbe8 sp=0xc00016bbc0 pc=0x4d4468
cmd/objdump.testDisasm(0xc00015c1a0, {0x5916b0, 0xe}, 0x0, 0x0, {0x0?, 0x0, 0x0})
	/var/tmp/workdir-host-illumos-amd64-jclulow/go/src/cmd/objdump/objdump_test.go:159 +0x75f fp=0xc00016bef8 sp=0xc00016bbe8 pc=0x544fff
cmd/objdump.testGoAndCgoDisasm(0xc00003ef60?, 0x97?, 0x9a?)
	/var/tmp/workdir-host-illumos-amd64-jclulow/go/src/cmd/objdump/objdump_test.go:242 +0x85 fp=0xc00016bf50 sp=0xc00016bef8 pc=0x546525
cmd/objdump.TestDisasm(0x0?)
	/var/tmp/workdir-host-illumos-amd64-jclulow/go/src/cmd/objdump/objdump_test.go:247 +0x1d fp=0xc00016bf70 sp=0xc00016bf50 pc=0x54657d
testing.tRunner(0xc00015c1a0, 0x59f158)

watchflakes

@gopherbot gopherbot added the compiler/runtime Issues related to the Go compiler and/or runtime. label Apr 1, 2023
@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