runtime: test failures on linux-arm, freebsd-386-12_0, and linux-s390x-ibm at CL 171758 #32452
Comments
The
(https://build.golang.org/log/150949ad287d3008b2d92ba74e61bd5b8795f515) |
|
Given the number and diversity of failing builders, I think we should roll back CL 171758 until it can be fixed. |
Change https://golang.org/cl/180761 mentions this issue: |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
As of CL 171758, the
linux-arm
builder is consistently failing the../test
phase infixedbugs/issue27518b.go
, with the following error:(https://build.golang.org/log/fc5cdd37ce154f561cb55d74243500c9432365f0)
It appears that there may be a bad interaction between stack-allocated
defer
records and the garbage collector.CC @randall77 @aclements @mdempsky @josharian @mknyszek
The text was updated successfully, but these errors were encountered: