-
Notifications
You must be signed in to change notification settings - Fork 17.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cmd/go: fork/exec /home/rsc/g/go/bin/tool/cgo: text file busy #3001
Labels
Milestone
Comments
Issue #3114 has been merged into this issue. |
I think we may end up with the building of cmd/cgo in the build graph multiple times. I started on this last night. Owner changed to @rsc. Status changed to Started. |
This issue was closed by revision b03a5f6. Status changed to Fixed. |
Comment 13 by giacomo.tartari: some more info on the machine, just in case: $ cat /proc/version Linux version 2.6.18-194.17.4.el5 ([email protected]) (gcc version 4.1.2 20080704 (Red Hat 4.1.2-48)) #1 SMP Mon Oct 25 15:50:53 EDT 2010 $ cat /etc/issue CentOS release 5.5 (Final) Kernel \r on an \m |
If you can reproduce this reliably, could you change the go commands in make.bash and run.bash to say go install -x and go test -x (add the -x part) and then run all.bash 2>&1 | tee all.log If you can capture a failure, please attach all.log to this bug report. I would like to understand why this is happening, and the -x will include all the commands being run. Thanks. |
Comment 15 by giacomo.tartari: If I missed any -x flags let me know. Attachments:
|
I can confirm TestExtraFiles always fail on CentOS 5/RHEL 5, see, for example, a log here: http://pastebin.com/xF7cN5Xw |
This issue was closed by revision a4b2c5e. Status changed to Fixed. |
This issue was closed.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The text was updated successfully, but these errors were encountered: