Thanks, that made some progress but now it seems stuck in tests: # Testing packages. ... ok encoding/json 0.214s ok encoding/pem 0.013s <hangs here>
ptree shows something interesting as it looks like the tests have a timeout that isn't being honoured: 18501 bash ./all.bash 19736 bash run.bash --no-rebuild 19742 go test std -short -timeout=120s 20074 go test std -short -timeout=120s pstack shows the same suggestion of deadlock. Is there a separate environment variable for the tests? Thanks, Jon ----- Original Message ----- From: Aram Hăvărneanu <[email protected]> To: Illumos Discussion <[email protected]> Cc: Sent: Tuesday, 26 November 2013, 17:39 Subject: Re: [discuss] Call For Testers: Go Ported to Solaris export GOMAXPROCS=1 The install installs in the go root, that's fine. The go tool seems to be racy in a way that's not caught by the tests, interesting. -- Aram Hăvărneanu ------------------------------------------- illumos-discuss Archives: https://www.listbox.com/member/archive/182180/=now RSS Feed: https://www.listbox.com/member/archive/rss/182180/21175678-99894f87 Modify Your Subscription: https://www.listbox.com/member/?& Powered by Listbox: http://www.listbox.com ------------------------------------------- illumos-discuss Archives: https://www.listbox.com/member/archive/182180/=now RSS Feed: https://www.listbox.com/member/archive/rss/182180/21175430-2e6923be Modify Your Subscription: https://www.listbox.com/member/?member_id=21175430&id_secret=21175430-6a77cda4 Powered by Listbox: http://www.listbox.com
