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

x/text/message/pipeline: TestFullCycle failures #59874

Open
gopherbot opened this issue Apr 27, 2023 · 1 comment
Open

x/text/message/pipeline: TestFullCycle failures #59874

gopherbot opened this issue Apr 27, 2023 · 1 comment
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 == "golang.org/x/text/message/pipeline" && test == "TestFullCycle"

Issue created automatically to collect these failures.

Example (log):

SIGSEGV: segmentation violation
PC=0x101ebc2 m=8 sigcode=1

rax    0x5fdb820
rbx    0xc00003e138
rcx    0x5fdb820
rdx    0x0
rdi    0x0
rsi    0x200001
rbp    0x700000742e98
...
	/tmp/buildlet/go/src/runtime/proc.go:398 +0xce fp=0xc000094c48 sp=0xc000094c28 pc=0x1038c2e
runtime.chanrecv(0xc00012e150, 0xc000094d2f, 0x1)
	/tmp/buildlet/go/src/runtime/chan.go:583 +0x3cd fp=0xc000094cc0 sp=0xc000094c48 pc=0x1005e2d
runtime.chanrecv1(0x190c680?, 0x13f8380?)
	/tmp/buildlet/go/src/runtime/chan.go:442 +0x12 fp=0xc000094ce8 sp=0xc000094cc0 pc=0x1005a32
testing.(*T).Run(0xc0000836c0, {0xc0000a8b3c?, 0x36?}, 0xc00014e270)
	/tmp/buildlet/go/src/testing/testing.go:1649 +0x3c8 fp=0xc000094da8 sp=0xc000094ce8 pc=0x11171e8
golang.org/x/text/message/pipeline.TestFullCycle(0xc0000836c0)
	/tmp/buildlet/gopath/src/golang.org/x/text/message/pipeline/pipeline_test.go:76 +0x718 fp=0xc000094f70 sp=0xc000094da8 pc=0x13cac58
testing.tRunner(0xc0000836c0, 0x14c1910)

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

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/text/message/pipeline" && test == "TestFullCycle"
2023-04-04 14:19 darwin-amd64-nocgo text@48e4a4a9 go@3a7806d3 x/text/message/pipeline.TestFullCycle (log)
SIGSEGV: segmentation violation
PC=0x101ebc2 m=8 sigcode=1

rax    0x5fdb820
rbx    0xc00003e138
rcx    0x5fdb820
rdx    0x0
rdi    0x0
rsi    0x200001
rbp    0x700000742e98
...
	/tmp/buildlet/go/src/runtime/proc.go:398 +0xce fp=0xc000094c48 sp=0xc000094c28 pc=0x1038c2e
runtime.chanrecv(0xc00012e150, 0xc000094d2f, 0x1)
	/tmp/buildlet/go/src/runtime/chan.go:583 +0x3cd fp=0xc000094cc0 sp=0xc000094c48 pc=0x1005e2d
runtime.chanrecv1(0x190c680?, 0x13f8380?)
	/tmp/buildlet/go/src/runtime/chan.go:442 +0x12 fp=0xc000094ce8 sp=0xc000094cc0 pc=0x1005a32
testing.(*T).Run(0xc0000836c0, {0xc0000a8b3c?, 0x36?}, 0xc00014e270)
	/tmp/buildlet/go/src/testing/testing.go:1649 +0x3c8 fp=0xc000094da8 sp=0xc000094ce8 pc=0x11171e8
golang.org/x/text/message/pipeline.TestFullCycle(0xc0000836c0)
	/tmp/buildlet/gopath/src/golang.org/x/text/message/pipeline/pipeline_test.go:76 +0x718 fp=0xc000094f70 sp=0xc000094da8 pc=0x13cac58
testing.tRunner(0xc0000836c0, 0x14c1910)

watchflakes

@gopherbot gopherbot added this to the Unreleased milestone Apr 27, 2023
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: No status
Development

No branches or pull requests

1 participant