2 comments (2 comments)0 reactions (0 reactions)0 assignees (0 assignees)Go19,008 forks (19,008 forks)batch import
NeedsInvestigationarch-loong64compiler/runtimehelp wanted
Repository metrics
- Stars
- 133,883 stars (133,883 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
#!watchflakes
post <- goarch == "loong64" && pkg == "misc/cgo/test" && log ~ `signal: bus error`
Issue created automatically to collect these failures.
Example (log):
signal: bus error (core dumped)
— watchflakes
Contributor guide
- Research direction
- Investigate the failing test in misc/cgo/test on loong64. Examine the cgo code that triggers SIGBUS and trace the signal handler path.
- Tech stack
- go
- Domain
- backend
- Issue type
- Test
- Prerequisites
- Go