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/build: segfault in clang during linking on darwin-amd64-10_12 #33601

Closed
bcmills opened this issue Aug 12, 2019 · 3 comments
Closed

x/build: segfault in clang during linking on darwin-amd64-10_12 #33601

bcmills opened this issue Aug 12, 2019 · 3 comments
Labels
Builders x/build issues (builders, bots, dashboards) FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-Darwin Testing An issue that has been verified to require only test changes, not just a test failure. WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided.
Milestone

Comments

@bcmills
Copy link
Contributor

bcmills commented Aug 12, 2019

#!watchflakes
post <- log ~ `clang: error: unable to execute command: Segmentation fault: 11`

From the darwin-amd64-10_12, what appears to be a bug in the installed clang linker (https://build.golang.org/log/c50ee2eb07a4f5f6846c3e20c11ddbb0e1852ced):

--- FAIL: TestLinkerTmpDirIsDeleted (0.95s)
    go_test.go:6168: running testgo [build -ldflags -v -o /dev/null /var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/tmp/cmd-go-test-103648157/gotest113391966/a.go]
    go_test.go:6168: standard error:
    go_test.go:6168: # command-line-arguments
        clang: error: unable to execute command: Segmentation fault: 11
        clang: error: linker command failed due to signal (use -v to see invocation)
        
    go_test.go:6168: go [build -ldflags -v -o /dev/null /var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/tmp/cmd-go-test-103648157/gotest113391966/a.go] failed unexpectedly in /var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/cmd/go: exit status 2
FAIL
FAIL	cmd/go	248.227s

If we see it again, we might want to consider upgrading the clang installation on that builder.

CC @dmitshur @toothrot

@bcmills bcmills added Testing An issue that has been verified to require only test changes, not just a test failure. OS-Darwin NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. labels Aug 12, 2019
@bcmills bcmills added this to the Unplanned milestone Aug 12, 2019
@gopherbot gopherbot added the Builders x/build issues (builders, bots, dashboards) label Aug 12, 2019
@bcmills
Copy link
Contributor Author

bcmills commented Oct 21, 2019

@bcmills bcmills added the WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided. label Apr 6, 2023
@gopherbot
Copy link

Timed out in state WaitingForInfo. Closing.

(I am just a bot, though. Please speak up if this is a mistake or you have the requested information.)

@golang golang locked and limited conversation to collaborators May 5, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Builders x/build issues (builders, bots, dashboards) FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-Darwin Testing An issue that has been verified to require only test changes, not just a test failure. WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided.
Projects
Archived in project
Development

No branches or pull requests

2 participants