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

misc/cgo/test: TestSetgidStress failures #55306

Open
gopherbot opened this issue Sep 21, 2022 · 2 comments
Open

misc/cgo/test: TestSetgidStress failures #55306

gopherbot opened this issue Sep 21, 2022 · 2 comments
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone

Comments

@gopherbot
Copy link

#!watchflakes
post <- pkg == "misc/cgo/test" && test == "TestSetgidStress"

Issue created automatically to collect these failures.

Example (log):

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

rax    0xca
rbx    0x0
rcx    0x472f43
rdx    0x0
rdi    0x6f9528
rsi    0x80
rbp    0x7ffdb4ddd6a0
...
	/workdir/go/src/runtime/proc.go:363 +0xd6 fp=0xc000054e60 sp=0xc000054e40 pc=0x440a76
runtime.chanrecv(0xc0000ce000, 0x0, 0x1)
	/workdir/go/src/runtime/chan.go:583 +0x49b fp=0xc000054ef0 sp=0xc000054e60 pc=0x40de7b
runtime.chanrecv1(0x6a6b08?, 0x3e8?)
	/workdir/go/src/runtime/chan.go:442 +0x18 fp=0xc000054f18 sp=0xc000054ef0 pc=0x40d9b8
misc/cgo/test.testSetgidStress(0x486337?)
	/workdir/go/misc/cgo/test/setgid2_linux.go:36 +0xd7 fp=0xc000054f58 sp=0xc000054f18 pc=0x5613d7
misc/cgo/test.TestSetgidStress(0x0?)
	/workdir/go/misc/cgo/test/cgo_linux_test.go:23 +0x19 fp=0xc000054f70 sp=0xc000054f58 pc=0x526619
testing.tRunner(0xc000093040, 0x5b8510)

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 Sep 21, 2022
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "misc/cgo/test" && test == "TestSetgidStress"
2022-07-26 20:27 linux-amd64-longtest go@faf4e972 misc/cgo/test.TestSetgidStress (log)
SIGQUIT: quit
PC=0x472f41 m=0 sigcode=0

rax    0xca
rbx    0x0
rcx    0x472f43
rdx    0x0
rdi    0x6f9528
rsi    0x80
rbp    0x7ffdb4ddd6a0
...
	/workdir/go/src/runtime/proc.go:363 +0xd6 fp=0xc000054e60 sp=0xc000054e40 pc=0x440a76
runtime.chanrecv(0xc0000ce000, 0x0, 0x1)
	/workdir/go/src/runtime/chan.go:583 +0x49b fp=0xc000054ef0 sp=0xc000054e60 pc=0x40de7b
runtime.chanrecv1(0x6a6b08?, 0x3e8?)
	/workdir/go/src/runtime/chan.go:442 +0x18 fp=0xc000054f18 sp=0xc000054ef0 pc=0x40d9b8
misc/cgo/test.testSetgidStress(0x486337?)
	/workdir/go/misc/cgo/test/setgid2_linux.go:36 +0xd7 fp=0xc000054f58 sp=0xc000054f18 pc=0x5613d7
misc/cgo/test.TestSetgidStress(0x0?)
	/workdir/go/misc/cgo/test/cgo_linux_test.go:23 +0x19 fp=0xc000054f70 sp=0xc000054f58 pc=0x526619
testing.tRunner(0xc000093040, 0x5b8510)

watchflakes

@bcmills
Copy link
Contributor

bcmills commented Sep 21, 2022

#53641 / #54787

@seankhliao seankhliao added this to the Unplanned milestone Nov 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
Status: Active
Development

No branches or pull requests

3 participants