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

syscall: TestSetuidEtc failure #54273

Closed
dmitshur opened this issue Aug 4, 2022 · 1 comment
Closed

syscall: TestSetuidEtc failure #54273

dmitshur opened this issue Aug 4, 2022 · 1 comment
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.
Milestone

Comments

@dmitshur
Copy link
Contributor

dmitshur commented Aug 4, 2022

--- FAIL: TestSetuidEtc (0.01s)
    syscall_linux_test.go:565: [6] "Setgroups([]int{0,1,2,3})" comparison: "/proc/85360/status" got:"Groups:\t0 1 2 3 4 6 10 11 20 26 27" want:"Groups:\t0 1 2 3" (bad) [pid=85360 file:'Name:	syscall.test
        Umask:	0022
        State:	S (sleeping)
        Tgid:	85360
        Ngid:	0
        Pid:	85360
        PPid:	84199
        TracerPid:	0
        Uid:	0	0	0	0
        Gid:	0	0	0	0
        FDSize:	64
        Groups:	0 1 2 3 4 6 10 11 20 26 27 
[...]
runtime.goexit()
	/workdir/go/src/runtime/asm_amd64.s:1571 +0x1 fp=0xc0000527e8 sp=0xc0000527e0 pc=0x4683c1
created by runtime.ensureSigM
	/workdir/go/src/runtime/signal_unix.go:956 +0xbd
FAIL	syscall	0.060s
@dmitshur dmitshur added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Aug 4, 2022
@dmitshur dmitshur added this to the Unreleased milestone Aug 4, 2022
@gopherbot gopherbot added the compiler/runtime Issues related to the Go compiler and/or runtime. label Aug 4, 2022
@dmitshur
Copy link
Contributor Author

dmitshur commented Aug 4, 2022

Duplicate of #19938.

@dmitshur dmitshur closed this as not planned Won't fix, can't repro, duplicate, stale Aug 4, 2022
@golang golang locked and limited conversation to collaborators Aug 4, 2023
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