golang/go

syscall: TestExec failures with SIGSEGV on riscv64

Open

#64,791 创建于 2023年12月18日

在 GitHub 查看
 (4 评论) (0 反应) (0 负责人)Go (19,008 fork)batch import
NeedsInvestigationarch-riscvcompiler/runtimehelp wanted

仓库指标

Star
 (133,883 star)
PR 合并指标
 (30 天内没有已合并 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

贡献者指南