golang/go

runtime: failures with `fatal error: traceback did not unwind completely` on `openbsd/arm64`

Open

#62,182 opened on Aug 21, 2023

View on GitHub
 (21 comments) (0 reactions) (0 assignees)Go (19,008 forks)batch import
NeedsInvestigationOS-OpenBSDarch-arm64compiler/runtimehelp wanted

Repository metrics

Stars
 (133,883 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

#!watchflakes
post <- goos == "openbsd" && goarch == "arm64" && log ~ `fatal error: traceback did not unwind completely`

(Pulled out from https://github.com/golang/go/issues/55167#issuecomment-1686446766, https://github.com/golang/go/issues/62105#issuecomment-1682814478, and https://github.com/golang/go/issues/62101#issuecomment-1682814436.)

Contributor guide