[go-nuts] Re: Go 1.7 Release Candidate 6 is released

2016-08-11 Thread foo bar
Hi David, The issue you are having seems related to https://github.com/golang/go/issues/16636 I'm also running Arch Linux, and it seems like -fsanitize=memory is broken on general for Clang on Arch. Would you be able to verify if this is also the case for you? Add a comment to the issue,

[go-nuts] Re: Go 1.7 Release Candidate 6 is released

2016-08-11 Thread David Marceau
Ok so yes I recently installed clang on this archlinux box. The previous go binaries were built with gcc/g++. So to clarify and save others time: 1)to build using gcc/g++: CC=/usr/bin/gcc CXX=/usr/bin/g++ GOROOT_BOOTSTRAP=/root/go1.7rc5 ./make.bash 2)to build using clang/clang++:

[go-nuts] Re: Go 1.7 Release Candidate 6 is released

2016-08-10 Thread David Marceau
when I install from sources straight from git checkout go1.7rc6 go1.7rc6 FAILS on Asus Z97-A-USB31 motherboard with intel i5-4590, "../misc/cgo/testsanitizers" it core dumps and doesn't give me the success message to start using it as the previous go1.7rc[1-4] did. signal: segmentation fault