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

init1.go: unrecognized failures #56575

Closed
gopherbot opened this issue Nov 4, 2022 · 2 comments
Closed

init1.go: unrecognized failures #56575

gopherbot opened this issue Nov 4, 2022 · 2 comments
Labels
FrozenDueToAge 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 == "init1.go" && test == ""

Issue created automatically to collect these failures.

Example (log):

# go run run.go -- init1.go
exit status 2
allocated 1000 chunks of 1048576 and used  1061778672 memory
numGC went 0 to 3
panic: init1

goroutine 1 [running]:
panic({0x84780, 0xa44a8})
	/data/golang/workdir/go/src/runtime/panic.go:987 +0x47c fp=0xc0000a2720 sp=0xc0000a2668 pc=0x4558c
main.init.0()
	/data/golang/workdir/go/test/init1.go:44 +0x3a4 fp=0xc0000a3e40 sp=0xc0000a2720 pc=0x77e64
runtime.doInit(0xf0120)
	/data/golang/workdir/go/src/runtime/proc.go:6499 +0x150 fp=0xc0000a3f80 sp=0xc0000a3e40 pc=0x58fc0
runtime.main()
	/data/golang/workdir/go/src/runtime/proc.go:233 +0x216 fp=0xc0000a3fd8 sp=0xc0000a3f80 pc=0x48ab6
runtime.goexit()
	/data/golang/workdir/go/src/runtime/asm_s390x.s:749 +0x2 fp=0xc0000a3fd8 sp=0xc0000a3fd8 pc=0x75b72

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 Nov 4, 2022
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "init1.go" && test == ""
2022-10-26 05:51 linux-s390x-ibm go@939f9fd6 init1.go (log)
# go run run.go -- init1.go
exit status 2
allocated 1000 chunks of 1048576 and used  1061778672 memory
numGC went 0 to 3
panic: init1

goroutine 1 [running]:
panic({0x84780, 0xa44a8})
	/data/golang/workdir/go/src/runtime/panic.go:987 +0x47c fp=0xc0000a2720 sp=0xc0000a2668 pc=0x4558c
main.init.0()
	/data/golang/workdir/go/test/init1.go:44 +0x3a4 fp=0xc0000a3e40 sp=0xc0000a2720 pc=0x77e64
runtime.doInit(0xf0120)
	/data/golang/workdir/go/src/runtime/proc.go:6499 +0x150 fp=0xc0000a3f80 sp=0xc0000a3e40 pc=0x58fc0
runtime.main()
	/data/golang/workdir/go/src/runtime/proc.go:233 +0x216 fp=0xc0000a3fd8 sp=0xc0000a3f80 pc=0x48ab6
runtime.goexit()
	/data/golang/workdir/go/src/runtime/asm_s390x.s:749 +0x2 fp=0xc0000a3fd8 sp=0xc0000a3fd8 pc=0x75b72

watchflakes

@seankhliao seankhliao added this to the Unplanned milestone Nov 19, 2022
@bcmills
Copy link
Contributor

bcmills commented Mar 6, 2023

Duplicate of #58901

@bcmills bcmills marked this as a duplicate of #58901 Mar 6, 2023
@bcmills bcmills closed this as not planned Won't fix, can't repro, duplicate, stale Mar 6, 2023
@golang golang locked and limited conversation to collaborators Mar 5, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
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

3 participants