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

Most upvoted comments

@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.