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/cgo/internal/testcshared: TestUnexportedSymbols failures #64828

Closed
gopherbot opened this issue Dec 20, 2023 · 2 comments
Closed

cmd/cgo/internal/testcshared: TestUnexportedSymbols failures #64828

gopherbot opened this issue Dec 20, 2023 · 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

#!watchflakes
default <- pkg == "cmd/cgo/internal/testcshared" && test == "TestUnexportedSymbols"

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestUnexportedSymbols (1.57s)
    cshared_test.go:524: run: [go build -buildmode=c-shared -installsuffix testcshared -o libgo2.a ./libgo2]
    cshared_test.go:537: run: [/data/data/com.termux/files/home/clangwrap -fPIC -pthread -fno-caret-diagnostics -Qunused-arguments -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=/data/data/com.termux/files/home/tmpdir/workdir-host-android-arm64-corellium-android/tmp/go-build1025158417=/tmp/go-build -gno-record-gcc-switches -pie -I pkg/android_arm64 -o testp2 main2.c -Wl,--no-as-needed libgo2.a]
    cshared_test.go:542: run: [./testp2]
    cshared_test.go:542: command failed: [./testp2]
        signal: segmentation fault

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

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "cmd/cgo/internal/testcshared" && test == "TestUnexportedSymbols"
2023-11-21 22:23 android-arm64-corellium go@ff05cdbd cmd/cgo/internal/testcshared.TestUnexportedSymbols (log)
--- FAIL: TestUnexportedSymbols (1.57s)
    cshared_test.go:524: run: [go build -buildmode=c-shared -installsuffix testcshared -o libgo2.a ./libgo2]
    cshared_test.go:537: run: [/data/data/com.termux/files/home/clangwrap -fPIC -pthread -fno-caret-diagnostics -Qunused-arguments -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=/data/data/com.termux/files/home/tmpdir/workdir-host-android-arm64-corellium-android/tmp/go-build1025158417=/tmp/go-build -gno-record-gcc-switches -pie -I pkg/android_arm64 -o testp2 main2.c -Wl,--no-as-needed libgo2.a]
    cshared_test.go:542: run: [./testp2]
    cshared_test.go:542: command failed: [./testp2]
        signal: segmentation fault

watchflakes

@bcmills
Copy link
Contributor

bcmills commented Jan 2, 2024

Duplicate of #64823

@bcmills bcmills marked this as a duplicate of #64823 Jan 2, 2024
@bcmills bcmills closed this as not planned Won't fix, can't repro, duplicate, stale Jan 2, 2024
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
None yet
Development

No branches or pull requests

2 participants