The build
script in this gist occasionally crashes compiling even the simplest of Go programs (main.go
) with the traceback in stderr.log
. The strace log corresponding to the crash is in strace.txt
.
- strace -- version 4.8
- go -- version 1.4.2
- fabricate.py -- SimonAlphie/fabricate@6ccc79753fa30a66579caf2f3c9a1cbbf2f468a4
- python -- 2.7.6
- Ubuntu -- 14.04 LTS 64-bit (3.13.0-43-generic)
The build script needs to be invoked with the -c
flag because the behavior does not always exhibit.