golang/go

cmd/cgo/internal/testcshared: Test(Unexported|Exported)Symbols failures with SIGSEGV on android/arm64

Open

#64.823 geöffnet am 20. Dez. 2023

Auf GitHub ansehen
 (5 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Go (19.008 Forks)batch import
NeedsInvestigationOS-Androidarch-arm64compiler/runtimehelp wanted

Repository-Metriken

Stars
 (133.883 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

#!watchflakes
post <- goos == "android" && pkg == "cmd/cgo/internal/testcshared" && test ~ `Test(Exported|Unexported)Symbols` && `signal: segmentation fault`

Issue created automatically to collect these failures.

Example (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

Contributor Guide