Hello! >>>>> I have committed a large patch to update libgo to the library that was >>>>> part of the Go 1.1.1 release. As usual, I'm not including the entire >>>>> patch in this e-mail message, because it is too large. I'm only >>>>> including the changes to the files that are partially gccgo-specific. >>>>> Bootstrapped and ran Go testsuite on x86_64-unknown-linux-gnu. >>>>> Committed to mainline and 4.8 branch. >>>> >>>> I have hit following build failure on non-USING_SPLIT_STACK target >>>> (alpha-linux-gnu): >>> >>> Thanks. Fixed like so. Committed to mainline and 4.8 branch. >> >> Thanks, with your patch, I was able to compile libgo without problems. >> The testsuite run exposes a timeout in net/http, I am looking into it.
I have also managed to trigger the timeout on x86_64-pc-linux-gnu. The test was re-run with GOTESTFLAGS=--keep. When running the resulting a.out with "strace -f -o strace-x86_64 ./a.out" from the saved test directory, the test behaved in the same way as on alpha - it hever finished. I have attached the resulting trace (the test was killed with ctrl-c after some time). Uros.
strace-x86_64.bz2
Description: BZip2 compressed data