You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is failing when trying to do an atomic operation. The address looks strange, probably it isn't mapped.
I suspect what is happening is that aix/ppc64 doesn't do relocations from the rodata section to the data section correctly. (I think I remember something like that from long ago in my brain, not sure.)
If an aix and/or ppc64 person can confirm, I can think about how we might fix it. It may be tricky.
@golang/aix @golang/ppc64
What did you see happen?
segfault
What did you expect to see?
no segfault
The text was updated successfully, but these errors were encountered:
Go version
tip
Output of
go env
in your module/workspace:What did you do?
Look at build.golang.org, the aix/ppc64 column. It's all red, as of https://go-review.googlesource.com/c/go/+/616255.
For instance, https://build.golang.org/log/f520a7726768292ddd7a1157b1f2f91a269f7a97
It is failing when trying to do an atomic operation. The address looks strange, probably it isn't mapped.
I suspect what is happening is that aix/ppc64 doesn't do relocations from the rodata section to the data section correctly. (I think I remember something like that from long ago in my brain, not sure.)
If an aix and/or ppc64 person can confirm, I can think about how we might fix it. It may be tricky.
@golang/aix @golang/ppc64
What did you see happen?
segfault
What did you expect to see?
no segfault
The text was updated successfully, but these errors were encountered: