Skip to content

cmd/internal/testdir: Test/fixedbugs/bug000.go failures #69064

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

Closed
gopherbot opened this issue Aug 25, 2024 · 2 comments
Closed

cmd/internal/testdir: Test/fixedbugs/bug000.go failures #69064

gopherbot opened this issue Aug 25, 2024 · 2 comments
Labels
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 == "cmd/internal/testdir" && test == "Test/fixedbugs/bug000.go"

Issue created automatically to collect these failures.

Example (log):

=== RUN   Test/fixedbugs/bug000.go
=== PAUSE Test/fixedbugs/bug000.go
=== CONT  Test/fixedbugs/bug000.go
    testdir_test.go:145: exit status 1
        SIGSEGV: segmentation violation
        PC=0x54a58 m=5 sigcode=1 addr=0xc0
        
        goroutine 0 gp=0x3f5c4f01c0 m=5 mp=0x3f5c4ec008 [idle]:
        runtime.preemptone(0x3f5c4f01c0?)
        	runtime/proc.go:6310 +0x38 fp=0x3f5c113f28 sp=0x3f5c113f10 pc=0x54a58
...
        a7  0xa8239	s2  0x3f5c113ed0
        s3  0x3f5c4ec008	s4  0x3f5c4f2000
        s5  0x8	s6  0x0
        s7  0xffffffffb0dd5a27	s8  0x3f5c033788
        s9  0x3f5c117c08	s10 0x2fc918
        s11 0x3f5c4f01c0	t3  0x294954a46c95e8
        t4  0xffffffffffffffff	t5  0xf085c2f9008
        t6  0x0	pc  0x54a58
        
--- FAIL: Test/fixedbugs/bug000.go (0.46s)

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 Aug 25, 2024
@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "cmd/internal/testdir" && test == "Test/fixedbugs/bug000.go"
2024-08-21 16:59 gotip-linux-riscv64 go@92dd0568 cmd/internal/testdir.Test/fixedbugs/bug000.go (log)
=== RUN   Test/fixedbugs/bug000.go
=== PAUSE Test/fixedbugs/bug000.go
=== CONT  Test/fixedbugs/bug000.go
    testdir_test.go:145: exit status 1
        SIGSEGV: segmentation violation
        PC=0x54a58 m=5 sigcode=1 addr=0xc0
        
        goroutine 0 gp=0x3f5c4f01c0 m=5 mp=0x3f5c4ec008 [idle]:
        runtime.preemptone(0x3f5c4f01c0?)
        	runtime/proc.go:6310 +0x38 fp=0x3f5c113f28 sp=0x3f5c113f10 pc=0x54a58
...
        a7  0xa8239	s2  0x3f5c113ed0
        s3  0x3f5c4ec008	s4  0x3f5c4f2000
        s5  0x8	s6  0x0
        s7  0xffffffffb0dd5a27	s8  0x3f5c033788
        s9  0x3f5c117c08	s10 0x2fc918
        s11 0x3f5c4f01c0	t3  0x294954a46c95e8
        t4  0xffffffffffffffff	t5  0xf085c2f9008
        t6  0x0	pc  0x54a58
        
--- FAIL: Test/fixedbugs/bug000.go (0.46s)

watchflakes

@mengzhuo
Copy link
Contributor

related to #68862 ,closed

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
Archived in project
Development

No branches or pull requests

2 participants