Hi gophers, I faced a strange problem: os/exec always fails with `fork/exec /usr/bin/qemu-img: invalid argument'.
Simplified code is at https://play.golang.org/p/v1APfzmS2p9. It seems this simplified snippet runs well without errors, but my real code is no more than just some variable initializations than this snippet. So I suspect it's the context's problem, but my context is too complex to simplify and put onto the playground. What I can think of that what might be linked to this error is that this function is run in a goroutine. But I did write a simplified goroutine version, sadly it worked well too... I had no idea how to do further debugging. And further, the executable is not to blame, it fails with the same error even if I substitute the executable to `ls' or anything else. Can you provide me some suggestions to the possible reason or the way to debug? Thanks. OS: centos 3.10.0-693.el7.x86_64 go env: GOARCH="amd64" GOBIN="" GOEXE="" GOHOSTARCH="amd64" GOHOSTOS="linux" GOOS="linux" GOPATH="/root/go" GORACE="" GOROOT="/usr/lib/golang" GOTOOLDIR="/usr/lib/golang/pkg/tool/linux_amd64" GCCGO="/usr/bin/gccgo" CC="gcc" GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build942780360=/tmp/go-build -gno-record-gcc-switches" CXX="g++" CGO_ENABLED="1" PKG_CONFIG="pkg-config" CGO_CFLAGS="-g -O2" CGO_CPPFLAGS="" CGO_CXXFLAGS="-g -O2" CGO_FFLAGS="-g -O2" CGO_LDFLAGS="-g -O2" -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.