-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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: go get Segmentation Fault after using setfacl #13586
Comments
What comment are you running when you see the crash? It's not clear. Can you provide a complete crash dump? Have you tried using the race detector? |
Are you saying that running |
Yes, sorry for not being specific. Running go get causes problem:
|
Can you provide the complete crash output? |
I tried following your instructions, and was unable to recreate the problem. I tried both go tip and the Go 1.5.2 release. |
The above output is everything i've got, from time to time also (go 1.5.2):
and go 1.4.2:
I'm fine with assuming it's something wrong with my system (however I don't have any other problems I've noticed). Let's see if anyone else have similar problem. I've added kernel/filesystem to description. |
@orian above you stated that
But the stack trace you have posted is from a Go program which has been compiled with gccgo. You mentioned you were using Ubuntu. Can I ask you to check and confirm that you have removed all the operating system provided go packages, specifically
You have downloaded an installed on your machine. |
I just returned from holidays and looked closer to error. So it looks that I installed gccgo from Ubuntu and it messed up with my settings. Please close the issue as a buggy environment ;-) For others: |
its the one in the ubuntu repository - probably its buggy - i will compile from source and try again another day.. thanks for the links they are exactly the same problem i've been having - unpredictable results (i.e. concurrency) - probably related to a buggy go version. |
This issue is closed. Please do not comment on closed issues. Please see https://golang.org/wiki/Questions for good places to ask. Thanks. |
The following script allows to replicate the environment.
The failures I got were:
or
or just
Now the funny part:
I've rerun the tool many times in hope for some more useful error, and probably after 10th run it run successfully. I guess it means some race condition?
System: Linux; Ubuntu 15.04; filesystem: ext4
Kernel: Linux xx 3.19.0-30-generic #33-Ubuntu SMP Mon Sep 21 20:58:04 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
Go: 1.4.2 and 1.5.2 (both from golang.org)
The text was updated successfully, but these errors were encountered: