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

cmd/compile: segmentation fault on trivial tests (openbsd-ppc64) #69773

Open
gopherbot opened this issue Oct 3, 2024 · 2 comments
Open

cmd/compile: segmentation fault on trivial tests (openbsd-ppc64) #69773

gopherbot opened this issue Oct 3, 2024 · 2 comments
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. 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/ken/robfor.go"

Issue created automatically to collect these failures.

Example (log):

=== RUN   Test/ken/robfor.go
=== PAUSE Test/ken/robfor.go
=== CONT  Test/ken/robfor.go
    testdir_test.go:147: signal: segmentation fault (core dumped)
        
--- FAIL: Test/ken/robfor.go (0.90s)

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

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "cmd/internal/testdir" && test == "Test/ken/robfor.go"
2024-10-03 16:44 gotip-openbsd-ppc64 go@1edb49a6 cmd/internal/testdir.Test/ken/robfor.go (log)
=== RUN   Test/ken/robfor.go
=== PAUSE Test/ken/robfor.go
=== CONT  Test/ken/robfor.go
    testdir_test.go:147: signal: segmentation fault (core dumped)
        
--- FAIL: Test/ken/robfor.go (0.90s)

watchflakes

@adonovan adonovan changed the title cmd/internal/testdir: Test/ken/robfor.go failures cmd/compile: segmentation fault on trivial tests (openbsd-ppc64) Oct 4, 2024
@gopherbot gopherbot added the compiler/runtime Issues related to the Go compiler and/or runtime. label Oct 4, 2024
@dr2chase
Copy link
Contributor

@golang/openbsd @golang/ppc64

not sure why this is failing, and why on this combo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. 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

2 participants