golang/go

syscall: TestExec failures with SIGSEGV on riscv64

Open

#64,791 opened on Dec 18, 2023

View on 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
 (No merged PRs in 30d)

Description

#!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

Contributor guide