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
I'm working on getting access to a ppc64 box I can debug this on (the one I had access to went away).
My completely unsubstantiated guess is that GODEBUG=gcstackbarrierall=1 just doesn't work on ppc64. It chews up a lot of stack space and it may just chew up too much on ppc64.
On linux/mips64:
panic: fatal error: mallocgc called with gcphase == _GCmarktermination
http://build.golang.org/log/2f49c7ce157ca522bfd747254573ce47c7a6564c
On linux/ppc64 and linux/ppc64le:
http://build.golang.org/log/af07ab5aa4c14e100952d98de41012f28a302b00
http://build.golang.org/log/d8c0744f5e27b972a383bb3dae01834cb2d601ce
/cc: @aclements
The text was updated successfully, but these errors were encountered: