golang/go

syscall: TestExec failures with SIGSEGV on riscv64

Open

#64,791 opened on 2023年12月18日

GitHub で見る
 (4 comments) (0 reactions) (0 assignees)Go (19,008 forks)batch import
NeedsInvestigationarch-riscvcompiler/runtimehelp wanted

Repository metrics

Stars
 (133,883 stars)
PR merge metrics
 (30d に merged PR はありません)

説明

#!watchflakes
post <- goarch == "riscv64" && pkg == "syscall" && test == "TestExec" && `signal: segmentation fault`

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestExec (1.19s)
    exec_unix_test.go:317: 
        signal: segmentation fault (core dumped)

watchflakes

コントリビューターガイド