1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)Go19,008 forks (19,008 forks)batch import
NeedsInvestigationOS-FreeBSDarch-armcompiler/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 <- goos == "freebsd" && goarch == "arm" && log ~ `fatal error: unknown caller pc`
CC @golang/freebsd
Contributor guide
- Research direction
- Investigate the stack corruption on freebsd/arm by examining the runtime's stack unwinding code and the specific failure pattern 'fatal error: unknown caller pc'.
- Tech stack
- go
- Domain
- backend
- Issue type
- Bug
- Prerequisites
- Goruntime internals