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: TestEINTR failures #63729

Closed
gopherbot opened this issue Oct 25, 2023 · 2 comments
Closed

runtime: TestEINTR failures #63729

gopherbot opened this issue Oct 25, 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
Contributor

#!watchflakes
default <- pkg == "runtime" && test == "TestEINTR"

Issue created automatically to collect these failures.

Example (log):

fatal: morestack on gsignal
SIGSEGV: segmentation violation
PC=0x4000 m=12 sigcode=1 addr=0x4000

rax    0xffffffffffffffff
rbx    0x0
rcx    0x7ff80f87e0ce
rdx    0xffffffffffffffff
rdi    0x3c
rsi    0x0
...
	/tmp/buildlet/go/src/os/exec/exec.go:607 +0x2d fp=0xc000062d60 sp=0xc000062d48 pc=0xcf6c38d
os/exec.(*Cmd).CombinedOutput(0xc00068c580)
	/tmp/buildlet/go/src/os/exec/exec.go:1012 +0x85 fp=0xc000062d88 sp=0xc000062d60 pc=0xcf6dfe5
runtime_test.runBuiltTestProg(0xc0001db520, {0xc000d7c100, 0x33}, {0xd1dfc06, 0x5}, {0x0?, 0x0, 0x0?})
	/tmp/buildlet/go/src/runtime/crash_test.go:87 +0x327 fp=0xc000062e78 sp=0xc000062d88 pc=0xd128ae7
runtime_test.runTestProg(0xc0001db520, {0xd1e28ee, 0xb}, {0xd1dfc06, 0x5}, {0x0?, 0x0, 0x0})
	/tmp/buildlet/go/src/runtime/crash_test.go:70 +0x1a5 fp=0xc000062ef0 sp=0xc000062e78 pc=0xd128745
runtime_test.TestEINTR(0xc0001db520)
	/tmp/buildlet/go/src/runtime/crash_cgo_test.go:736 +0x5c fp=0xc000062f70 sp=0xc000062ef0 pc=0xd12735c
testing.tRunner(0xc0001db520, 0xd341d98)

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 Oct 25, 2023
@gopherbot gopherbot added the compiler/runtime Issues related to the Go compiler and/or runtime. label Oct 25, 2023
@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "runtime" && test == "TestEINTR"
2023-10-11 20:21 darwin-amd64-longtest go@53d000d7 runtime.TestEINTR (log)
fatal: morestack on gsignal
SIGSEGV: segmentation violation
PC=0x4000 m=12 sigcode=1 addr=0x4000

rax    0xffffffffffffffff
rbx    0x0
rcx    0x7ff80f87e0ce
rdx    0xffffffffffffffff
rdi    0x3c
rsi    0x0
...
	/tmp/buildlet/go/src/os/exec/exec.go:607 +0x2d fp=0xc000062d60 sp=0xc000062d48 pc=0xcf6c38d
os/exec.(*Cmd).CombinedOutput(0xc00068c580)
	/tmp/buildlet/go/src/os/exec/exec.go:1012 +0x85 fp=0xc000062d88 sp=0xc000062d60 pc=0xcf6dfe5
runtime_test.runBuiltTestProg(0xc0001db520, {0xc000d7c100, 0x33}, {0xd1dfc06, 0x5}, {0x0?, 0x0, 0x0?})
	/tmp/buildlet/go/src/runtime/crash_test.go:87 +0x327 fp=0xc000062e78 sp=0xc000062d88 pc=0xd128ae7
runtime_test.runTestProg(0xc0001db520, {0xd1e28ee, 0xb}, {0xd1dfc06, 0x5}, {0x0?, 0x0, 0x0})
	/tmp/buildlet/go/src/runtime/crash_test.go:70 +0x1a5 fp=0xc000062ef0 sp=0xc000062e78 pc=0xd128745
runtime_test.TestEINTR(0xc0001db520)
	/tmp/buildlet/go/src/runtime/crash_cgo_test.go:736 +0x5c fp=0xc000062f70 sp=0xc000062ef0 pc=0xd12735c
testing.tRunner(0xc0001db520, 0xd341d98)

watchflakes

@bcmills
Copy link
Contributor

bcmills commented Oct 25, 2023

Duplicate of #60449

@bcmills bcmills marked this as a duplicate of #60449 Oct 25, 2023
@bcmills bcmills closed this as not planned Won't fix, can't repro, duplicate, stale Oct 25, 2023
@bcmills bcmills removed this from Test Flakes Oct 25, 2023
@golang golang locked and limited conversation to collaborators Oct 24, 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