Re: [go-nuts] go commands hang indefinitely

2020-04-10 Thread juanmonroynieto
I'm not sure about those options, they are not available in my kill command implementation. I can add that my workaround wast to sleep ant then kill the process; because I had to use that repeatedly, I made it a function and called it euthanasia lol. It just disappeared. What did you expect wit

Re: [go-nuts] go commands hang indefinitely

2020-04-09 Thread Kurtis Rader
FWIW, I'm using Go 1.14.1 on macOS Catalina (10.15.4) without issue. The one thing that seems weird in the information you provided is "GOBIN=/bin". Since /bin shouldn't be writable by you that should fail if you attempt a "go install". But that shouldn't affect a simple "go build". Also, having mo

Re: [go-nuts] go commands hang indefinitely

2020-04-09 Thread Steven Hartland
What happens if you kill -ABRT the process? On Fri, 10 Apr 2020 at 01:16, Juan Monroy-Nieto wrote: > Hello everyone, I am compelled to stop just lurking. > > Go Version 1.14.1 on MacOS Mohave. > > Similarly to a recent post >

[go-nuts] go commands hang indefinitely

2020-04-09 Thread Juan Monroy-Nieto
Hello everyone, I am compelled to stop just lurking. Go Version 1.14.1 on MacOS Mohave. Similarly to a recent post , commands go build/vet/test/run hang indefinitely for any program including a