go: runtime: flaky corruption on openbsd
#!watchflakes
post <- goos == "openbsd" && (`runtime.throw` || `Test ".*" ran over .* limit` || `panic: test timed out` || `fatal error: all goroutines are asleep`) && !(log ~ `unexpected fault address 0x349dc4`) && date < "2023-08-01"
OpenBSD has been seeing a steady stream of what looks like memory corruption resulting in runtime throws.
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Comments: 69 (12 by maintainers)
Commits related to this issue
- env,dashboard: add OpenBSD 7.1 and 7.2 While here modify make.bash to accept a VERSION variable. For https://github.com/golang/go/issues/55161 — committed to qbit/build by qbit 2 years ago
- env,dashboard: add OpenBSD 7.1 and 7.2 While here modify make.bash to accept a VERSION variable. For https://github.com/golang/go/issues/55161 — committed to qbit/build by qbit 2 years ago
- env,dashboard: add OpenBSD 7.1 and 7.2 While here modify make.bash to accept a VERSION variable. For https://github.com/golang/go/issues/55161 — committed to qbit/build by qbit 2 years ago
- env,dashboard: add OpenBSD 7.1 and 7.2 While here modify make.bash to accept a VERSION variable. For https://github.com/golang/go/issues/55161 — committed to qbit/build by qbit 2 years ago
- env,dashboard: add OpenBSD 7.1 and 7.2 While here modify make.bash to accept a VERSION variable. For https://github.com/golang/go/issues/55161 — committed to qbit/build by qbit 2 years ago
- env,dashboard: add OpenBSD 7.1 and 7.2 While here modify make.bash to accept a VERSION variable. For golang/go#55161. For golang/go#57496. Change-Id: I395af9cfa59e38757635c9dd703ef292c8b35a87 GitHu... — committed to golang/build by qbit 2 years ago
- dashboard: remove EOL OpenBSD instances and switch trybots from 7.0 to 7.2 For https://github.com/golang/go/issues/55161 — committed to qbit/build by qbit 2 years ago
- dashboard: remove EOL OpenBSD <= 7.0, switch trybots from 7.0 to 7.2 For https://github.com/golang/go/issues/55161 — committed to qbit/build by qbit 2 years ago
@qbit, see https://cs.opensource.google/go/x/build/+/master:env/openbsd-amd64/README. You’ll likely need someone on @golang/release to help with deployment.