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: TestExportedSymbols failures #64933

Closed
gopherbot opened this issue Jan 2, 2024 · 2 comments
Closed

cmd/cgo/internal/testcshared: TestExportedSymbols failures #64933

gopherbot opened this issue Jan 2, 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

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

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestExportedSymbols (14.39s)
    cshared_test.go:368: 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-build3114826600=/tmp/go-build -gno-record-gcc-switches -pie -I pkg/android_arm64 -I /data/data/com.termux/files/home/tmpdir/workdir-host-android-arm64-corellium-android/tmp/testcshared345054431 -o testp0 main0.c libgo.a]
    cshared_test.go:372: run: [./testp0]
    cshared_test.go:372: command failed: [./testp0]
        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 Jan 2, 2024
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "cmd/cgo/internal/testcshared" && test == "TestExportedSymbols"
2023-11-22 03:55 android-arm64-corellium go@b06f59e7 cmd/cgo/internal/testcshared.TestExportedSymbols (log)
--- FAIL: TestExportedSymbols (14.39s)
    cshared_test.go:368: 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-build3114826600=/tmp/go-build -gno-record-gcc-switches -pie -I pkg/android_arm64 -I /data/data/com.termux/files/home/tmpdir/workdir-host-android-arm64-corellium-android/tmp/testcshared345054431 -o testp0 main0.c libgo.a]
    cshared_test.go:372: run: [./testp0]
    cshared_test.go:372: command failed: [./testp0]
        signal: segmentation fault
2023-11-22 16:20 android-arm64-corellium go@d4430f69 cmd/cgo/internal/testcshared.TestExportedSymbols (log)
--- FAIL: TestExportedSymbols (17.76s)
    cshared_test.go:368: 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-build1491619758=/tmp/go-build -gno-record-gcc-switches -pie -I pkg/android_arm64 -I /data/data/com.termux/files/home/tmpdir/workdir-host-android-arm64-corellium-android/tmp/testcshared4062456105 -o testp0 main0.c libgo.a]
    cshared_test.go:372: run: [./testp0]
    cshared_test.go:372: command failed: [./testp0]
        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