From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 Date: Thu, 23 May 2013 15:14:59 -0700 Message-ID: From: Christopher Nielsen To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=UTF-8 Subject: [9fans] Plan 9 Go 386 Topicbox-Message-UUID: 5b053aca-ead8-11e9-9d60-3106f5b1d025 I am trying to get the Plan 9/386 port of go stable enough to run a builder on one of my machines, but I've run into a few snags and could use some guidance. Here's the relevant setup: VMware Workstation instance running as CPU/FS/Auth server Thinkpad T21 running as a CPU server The Plan 9 install is up to date against sources, and the go tree is tip. Compiling the go tool chain with sse2 under VMware yields broken tools, and building with GO386=387, consistently breaks the tests. On bare metal, all tests except net/http pass most of the time. When a test fails I get the following errors: >>From the test: : suicide: sys: trap: fault write addr=0xfffffffc pc=0x0001e6ea panic: runtime error: index out of range On the console of the cpu server: : checked page table entries It doesn't matter what the test is, when it fails, it follows this pattern An unrelated problem is in net/http, I am seeing any of the timeout tests, e.g., TestServerTimeouts, TestTLSHandshakeTimeout, exceed the test timeout. I am not sure what's going on there, but they all get stuck in a call to Pread. If anyone has any insight into what might be happening, your help would be greatly appreciated. -- Christopher Nielsen "They who can give up essential liberty for temporary safety, deserve neither liberty nor safety." --Benjamin Franklin "The tree of liberty must be refreshed from time to time with the blood of patriots & tyrants." --Thomas Jefferson